]> git.mxchange.org Git - friendica.git/blob - view/templates/xrd_host.tpl
wrapping up 2019.12
[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='lrdd' type='application/json' template='{{$domain}}/.well-known/webfinger?resource={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 </XRD>