brian.multi.xrds 874 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xrds:XRDS
  3. xmlns:xrds="xri://$xrds"
  4. xmlns:openid="http://openid.net/xmlns/1.0"
  5. xmlns="xri://$xrd*($v*2.0)">
  6. <XRD>
  7. <Service priority="2">
  8. <Type>http://openid.net/signon/1.1</Type>
  9. <URI>http://www.myopenid.com/server</URI>
  10. <openid:Delegate>http://frank.myopenid.com/</openid:Delegate>
  11. </Service>
  12. </XRD>
  13. <XRD>
  14. <Service priority="1">
  15. <Type>http://bar.com/</Type>
  16. <URI>http://bar.com/server</URI>
  17. </Service>
  18. <Service priority="2">
  19. <Type>http://foo.com</Type>
  20. <URI>http://foo.com/server</URI>
  21. </Service>
  22. </XRD>
  23. <XRD>
  24. <Service priority="0">
  25. <Type>http://openid.net/signon/1.0</Type>
  26. <URI>http://www.myopenid.com/server</URI>
  27. <openid:Delegate>http://brian.myopenid.com/</openid:Delegate>
  28. </Service>
  29. </XRD>
  30. </xrds:XRDS>