diff options
author | tailor <cygnus@janrain.com> | 2007-03-12 19:06:56 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-03-12 19:06:56 +0000 |
commit | 57ae1417c4a06d713370adee98e49df52bd2a67d (patch) | |
tree | 9639d2ba7313daa67cfd636f83ca73874a791387 /Tests/Auth/Yadis/data/brian.multi.xrds | |
parent | 338d0a3cc020328d349faff0c5d87a5ff6459f6e (diff) | |
download | php-openid-57ae1417c4a06d713370adee98e49df52bd2a67d.zip php-openid-57ae1417c4a06d713370adee98e49df52bd2a67d.tar.gz php-openid-57ae1417c4a06d713370adee98e49df52bd2a67d.tar.bz2 |
[project @ [1/2] Move Services/Yadis to Auth/]
Diffstat (limited to 'Tests/Auth/Yadis/data/brian.multi.xrds')
-rw-r--r-- | Tests/Auth/Yadis/data/brian.multi.xrds | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/Tests/Auth/Yadis/data/brian.multi.xrds b/Tests/Auth/Yadis/data/brian.multi.xrds new file mode 100644 index 0000000..1bc95de --- /dev/null +++ b/Tests/Auth/Yadis/data/brian.multi.xrds @@ -0,0 +1,38 @@ +<?xml version="1.0" encoding="UTF-8"?> +<xrds:XRDS + xmlns:xrds="xri://$xrds" + xmlns:openid="http://openid.net/xmlns/1.0" + xmlns="xri://$xrd*($v*2.0)"> + <XRD> + + <Service priority="2"> + <Type>http://openid.net/signon/1.1</Type> + <URI>http://www.myopenid.com/server</URI> + <openid:Delegate>http://frank.myopenid.com/</openid:Delegate> + </Service> + + </XRD> + <XRD> + + <Service priority="1"> + <Type>http://bar.com/</Type> + <URI>http://bar.com/server</URI> + </Service> + + <Service priority="2"> + <Type>http://foo.com</Type> + <URI>http://foo.com/server</URI> + </Service> + + </XRD> + <XRD> + + <Service priority="0"> + <Type>http://openid.net/signon/1.0</Type> + <URI>http://www.myopenid.com/server</URI> + <openid:Delegate>http://brian.myopenid.com/</openid:Delegate> + </Service> + + </XRD> +</xrds:XRDS> + |