summaryrefslogtreecommitdiff
path: root/templates/xrds.xml
blob: 07cfb4da2ec8035c885880ca35db0846812df118 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<XRDS xmlns="xri://$xrds">
   <XRD xmlns:simple="http://xrds-simple.net/core/1.0" xmlns="xri://$XRD*($v*2.0)" version="2.0">
       <Type>xri://$xrds*simple</Type>
       <Service>
         <Type>http://ns.opensocial.org/2008/opensocial/people</Type>
         <URI>{{prefix_url}}/api/opensocial/people</URI>
       </Service>
       <Service>
         <Type>http://ns.opensocial.org/2008/opensocial/groups</Type>
         <URI>{{prefix_url}}/api/opensocial/groups</URI>
       </Service>
   </XRD>
</XRDS>