Update core
[platal.git] / templates / openid / user_xrds.tpl
1 <?xml version="1.0" encoding="UTF-8"?>
2 <xrds:XRDS
3     xmlns:xrds="xri://$xrds"
4     xmlns="xri://$xrd*($v*2.0)"
5     xmlns:openid="http://openid.net/xmlns/1.0">
6   <XRD>
7     <Service priority="10">
8       <Type>{$type2}</Type>
9       <Type>{$sreg}</Type>
10       <URI>{$provider}</URI>
11       <LocalID>{$local_id}</LocalID>
12     </Service>
13     <Service priority="20">
14       <Type>{$type1}</Type>
15       <Type>{$sreg}</Type>
16       <URI>{$provider}</URI>
17       <openid:Delegate>{$local_id}</openid:Delegate>
18     </Service>
19   </XRD>
20 </xrds:XRDS>