]> git.mxchange.org Git - friendica.git/blob - view/templates/xrd_host.tpl
removed old comment that is no longer true
[friendica.git] / view / templates / xrd_host.tpl
1
2 <?xml version='1.0' encoding='UTF-8'?>
3 <XRD xmlns='http://docs.oasis-open.org/ns/xri/xrd-1.0'
4      xmlns:hm='http://host-meta.net/xrd/1.0'>
5  
6     <hm:Host>{{$zhost}}</hm:Host>
7  
8     <Link rel='lrdd' template='{{$domain}}/xrd/?uri={uri}' />
9     <Link rel='acct-mgmt' href='{{$domain}}/amcd' />
10     <Link rel='http://services.mozilla.com/amcd/0.1' href='{{$domain}}/amcd' />
11         <Link rel="http://oexchange.org/spec/0.8/rel/resident-target" type="application/xrd+xml" 
12         href="{{$domain}}/oexchange/xrd" />
13
14     <Property xmlns:mk="http://salmon-protocol.org/ns/magic-key"
15         type="http://salmon-protocol.org/ns/magic-key"
16         mk:key_id="1">{{$bigkey}}</Property>
17
18
19 </XRD>