summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Clapies <nclapies@entrouvert.com>2005-01-12 16:46:37 +0000
committerNicolas Clapies <nclapies@entrouvert.com>2005-01-12 16:46:37 +0000
commit4ee14f6c0b2798b1ee57eda1e18280defe8b61fa (patch)
treec6044834dffff10865fc73d5628aee8c60ae42ef
parent4ef4465bad54e7dfc5a138a54fbda02443319fcb (diff)
Added name space constant for interaction service. Added interaction rule constants for interaction service UserInteraction element.
-rw-r--r--lasso/xml/strings.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lasso/xml/strings.h b/lasso/xml/strings.h
index 3fd0fccf..c7ab6bcd 100644
--- a/lasso/xml/strings.h
+++ b/lasso/xml/strings.h
@@ -123,6 +123,14 @@
#define LASSO_PP_HREF "urn:liberty:pp:2003-08"
#define LASSO_PP_PREFIX "pp"
+#define LASSO_IS_HREF "urn:liberty:is:2003-08"
+#define LASSO_IS_PREFIX "is"
+
+/* Interaction Service (interact attribute of is:UserInteraction element ) */
+#define LASSO_IS_INTERACT_ATTR_INTERACT_IF_NEEDED "is:interactIfNeeded"
+#define LASSO_IS_INTERACT_ATTR_DO_NOT_INTERACT "is:doNotInteract"
+#define LASSO_IS_INTERACT_ATTR_DO_NOT_INTERACT_FOR_DATA "is:doNotInteractForData"
+
/* status code */
#define LASSO_DST_STATUS_CODE_ACTION_NOT_AUTHORIZED "ActionNotAuthorized"
#define LASSO_DST_STATUS_CODE_ACTION_NOT_SUPPORTED "ActionNotSupported"