~gary/python-openid/python-openid-2.2.1-patched

« back to all changes in this revision

Viewing changes to openid/test/data/test_discover/yadis_idp_delegate.xml

  • Committer: Launchpad Patch Queue Manager
  • Date: 2007-11-30 02:46:28 UTC
  • mfrom: (1.1.1 pyopenid-2.0)
  • Revision ID: launchpad@pqm.canonical.com-20071130024628-qktwsew3383iawmq
[rs=SteveA] upgrade to python-openid-2.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<xrds:XRDS xmlns:xrds="xri://$xrds"
 
3
           xmlns="xri://$xrd*($v*2.0)"
 
4
           xmlns:openid="http://openid.net/xmlns/1.0"
 
5
           >
 
6
  <XRD>
 
7
    <Service>
 
8
      <Type>http://specs.openid.net/auth/2.0/server</Type>
 
9
      <URI>http://www.myopenid.com/server</URI>
 
10
      <openid:Delegate>http://smoker.myopenid.com/</openid:Delegate>
 
11
    </Service>
 
12
  </XRD>
 
13
</xrds:XRDS>