summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Services/Yadis/XRDS.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/Services/Yadis/XRDS.php b/Services/Yadis/XRDS.php
index 27ead96..c78eb36 100644
--- a/Services/Yadis/XRDS.php
+++ b/Services/Yadis/XRDS.php
@@ -30,6 +30,10 @@ define('SERVICES_YADIS_MATCH_ALL', 101);
*/
define('SERVICES_YADIS_MATCH_ANY', 102);
+/**
+ * The priority value used for service elements with no priority
+ * specified.
+ */
define('SERVICES_YADIS_MAX_PRIORITY', pow(2, 30));
function Services_Yadis_getNSMap()