]> git.mxchange.org Git - friendica.git/blob - view/xrd_host.tpl
Merge remote-tracking branch 'remotes/upstream/master'
[friendica.git] / view / 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' 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
17
18 </XRD>