]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/right.php
Fix ticket #2208: regression in XMPP sending when server != host
[quix0rs-gnu-social.git] / lib / right.php
index 1a3a7d49a79515cf15ed60de56d1e5c6d0df52c3..deb451fde90c96c5f9cf5b355b3bec11dbc43528 100644 (file)
@@ -52,5 +52,13 @@ class Right
     const SANDBOXUSER        = 'sandboxuser';
     const NEWNOTICE          = 'newnotice';
     const PUBLICNOTICE       = 'publicnotice';
+    const NEWMESSAGE         = 'newmessage';
+    const SUBSCRIBE          = 'subscribe';
+    const EMAILONREPLY       = 'emailonreply';
+    const EMAILONSUBSCRIBE   = 'emailonsubscribe';
+    const EMAILONFAVE        = 'emailonfave';
+    const MAKEGROUPADMIN     = 'makegroupadmin';
+    const GRANTROLE          = 'grantrole';
+    const REVOKEROLE         = 'revokerole';
 }