summaryrefslogtreecommitdiffabout
path: root/include/opkele/uris.h
blob: 9a6a3cd818323abb019a70c28d2eba9c4b24b4ac (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __OPKELE_URIS_H
#define __OPKELE_URIS_H

#define NSURI_XRDS     "xri://$xrds"
#define NSURI_XRD      "xri://$xrd*($v*2.0)"
#define NSURI_OPENID10 "http://openid.net/xmlns/1.0"

#define STURI_OPENID10 "http://openid.net/signon/1.0"

#endif /* __OPKELE_URIS_H */