File: brian.multi.xrds

package info (click to toggle)
libyadis-ruby 0.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 440 kB
  • ctags: 372
  • sloc: ruby: 2,122; sh: 12; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 874 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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>