author | Michael Krelin <hacker@klever.net> | 2008-01-20 21:06:23 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2008-01-20 21:06:23 (UTC) |
commit | 395a126cbf59b7a50f44da3096b68bab412ab33d (patch) (unidiff) | |
tree | db4acfe9ee9e4a6c1e9871c80e34991c0741d450 /include/opkele/uris.h | |
parent | 6d68bef7f60980ab70e0e1f9f8b5c50b616f4255 (diff) | |
download | libopkele-395a126cbf59b7a50f44da3096b68bab412ab33d.zip libopkele-395a126cbf59b7a50f44da3096b68bab412ab33d.tar.gz libopkele-395a126cbf59b7a50f44da3096b68bab412ab33d.tar.bz2 |
defined sreg 1.1 openid namespace URI
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | include/opkele/uris.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/opkele/uris.h b/include/opkele/uris.h index 56c2d6d..c655a4b 100644 --- a/include/opkele/uris.h +++ b/include/opkele/uris.h | |||
@@ -1,18 +1,19 @@ | |||
1 | #ifndef __OPKELE_URIS_H | 1 | #ifndef __OPKELE_URIS_H |
2 | #define __OPKELE_URIS_H | 2 | #define __OPKELE_URIS_H |
3 | 3 | ||
4 | #define NSURI_XRDS "xri://$xrds" | 4 | #define NSURI_XRDS "xri://$xrds" |
5 | #define NSURI_XRD "xri://$xrd*($v*2.0)" | 5 | #define NSURI_XRD "xri://$xrd*($v*2.0)" |
6 | #define NSURI_OPENID10 "http://openid.net/xmlns/1.0" | 6 | #define NSURI_OPENID10 "http://openid.net/xmlns/1.0" |
7 | 7 | ||
8 | #define OIURI_OPENID20 "http://specs.openid.net/auth/2.0" | 8 | #define OIURI_OPENID20 "http://specs.openid.net/auth/2.0" |
9 | #define OIURI_SREG10 "http://openid.net/sreg/1.0" | ||
9 | #define OIURI_SREG11 "http://openid.net/extensions/sreg/1.1" | 10 | #define OIURI_SREG11 "http://openid.net/extensions/sreg/1.1" |
10 | 11 | ||
11 | #define STURI_OPENID10 "http://openid.net/signon/1.0" | 12 | #define STURI_OPENID10 "http://openid.net/signon/1.0" |
12 | #define STURI_OPENID11 "http://openid.net/signon/1.1" | 13 | #define STURI_OPENID11 "http://openid.net/signon/1.1" |
13 | #define STURI_OPENID20 "http://specs.openid.net/auth/2.0/signon" | 14 | #define STURI_OPENID20 "http://specs.openid.net/auth/2.0/signon" |
14 | #define STURI_OPENID20_OP"http://specs.openid.net/auth/2.0/server" | 15 | #define STURI_OPENID20_OP"http://specs.openid.net/auth/2.0/server" |
15 | 16 | ||
16 | #define IDURI_SELECT20 "http://specs.openid.net/auth/2.0/identifier_select" | 17 | #define IDURI_SELECT20 "http://specs.openid.net/auth/2.0/identifier_select" |
17 | 18 | ||
18 | #endif /* __OPKELE_URIS_H */ | 19 | #endif /* __OPKELE_URIS_H */ |