First cut at logout race detection in cache.
[shibboleth/sp.git] / shibsp / util / SPConstants.h
index 31c2097..92689a0 100644 (file)
@@ -47,6 +47,9 @@ namespace shibspconstants {
     /** Shibboleth 2.0 attribute mapping namespace ("urn:mace:shibboleth:2.0:attribute-map") */
     extern SHIBSP_API const XMLCh SHIB2ATTRIBUTEMAP_NS[];
 
+    /** Shibboleth 2.0 notification namespace ("urn:mace:shibboleth:2.0:sp:notify") */
+    extern SHIBSP_API const XMLCh SHIB2SPNOTIFY_NS[];
+
     /** Shibboleth 2.0 attribute filter policy namespace ("urn:mace:shibboleth:2.0:afp") */
     extern SHIBSP_API const XMLCh SHIB2ATTRIBUTEFILTER_NS[];