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