summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2004-12-06 13:49:04 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2004-12-06 13:49:04 +0000
commitfebc2d53b104ab6450af802cf8ec584b0849376a (patch)
tree6bf0df7975f85d4ee9d3e0b2d9121bb50161ca32
parentcc31a3a6c093561feac311eaa0a504ee31d6155e (diff)
downloadlasso-febc2d53b104ab6450af802cf8ec584b0849376a.tar.gz
lasso-febc2d53b104ab6450af802cf8ec584b0849376a.tar.xz
lasso-febc2d53b104ab6450af802cf8ec584b0849376a.zip
Removed service types defines. Added prefix and href for personal profile and employee profile.
-rw-r--r--lasso/xml/strings.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/lasso/xml/strings.h b/lasso/xml/strings.h
index 8f12a563..7b1efa89 100644
--- a/lasso/xml/strings.h
+++ b/lasso/xml/strings.h
@@ -109,11 +109,6 @@
#define LASSO_LIB_CONSENT_UNAVAILABLE "urn:liberty:consent:unavailable"
#define LASSO_LIB_CONSENT_INAPPLICABLE "urn:liberty:consent:inapplicable"
-/* Service types */
-#define LASSO_LIB_SERVICE_TYPE_DISCO "urn:liberty:disco:2003-08"
-#define LASSO_LIB_SERVICE_TYPE_ID_SIS_EP "urn:liberty:id-sis-ep:2003-08"
-#define LASSO_LIB_SERVICE_TYPE_ID_SIS_PP "urn:liberty:id-sis-pp:2003-08"
-
/*****************************************************************************/
/* Liberty Alliance ID-WSF */
/*****************************************************************************/
@@ -122,6 +117,12 @@
#define LASSO_DISCO_HREF "urn:liberty:disco:2003-08"
#define LASSO_DISCO_PREFIX "disco"
+#define LASSO_DISCO_HREF "urn:liberty:ep:2003-08"
+#define LASSO_DISCO_PREFIX "ep"
+
+#define LASSO_DISCO_HREF "urn:liberty:pp:2003-08"
+#define LASSO_DISCO_PREFIX "pp"
+
/* status code */
#define LASSO_DST_STATUS_CODE_ACTION_NOT_AUTHORIZED "ActionNotAuthorized"
#define LASSO_DST_STATUS_CODE_ACTION_NOT_SUPPORTED "ActionNotSupported"