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 | |
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 | |||
@@ -6,6 +6,7 @@ | |||
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" |