summaryrefslogtreecommitdiff
path: root/users/app/views/webfinger/host_meta.xml.erb
blob: 37c9d1e2dc60f686f67730029c079aa276f1af1d (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>