summaryrefslogtreecommitdiff
path: root/users/app/views/webfinger/host_meta.erb
blob: 23b40398b6bf4b826331324e3a936b022d2d5276 (plain)
1
2
3
4
5
6
7
8
9
10
11
 <?xml version='1.0' encoding='UTF-8'?>
  <XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'>

    <Subject><%= @host_meta.subject %></Subject>


  <Link rel='lrdd'
        type='application/xrd+xml'
        template='<%= @host_meta.webfinger_template %>' />

  </XRD>