According to the Open ID specs (http://openid.net/specs/openid-authentication-2_0.html#discovery). The discovery process takes place in 3 ways:
- XRI Discovery
- Yadis Discovery
- HTML Discovery
How do you do an XRI discovery? Let's say I have the xri, that being =example
since I stripped the xri://
. What am I supposed to do with that xri? How do I get the XRDS document?