aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2022-08-11 16:47:09 +0100
committerMatthew Wild <mwild1@gmail.com>2022-08-11 16:47:09 +0100
commit341a5fd99fdee635257dd03d1f098a5a09338455 (patch)
tree0d80e38d87ad5ee220d71001d7a45ba62c6cd1e2 /core
parentb1f0061da37e72d12a71eb067ae103fe2ae6ca91 (diff)
downloadprosody-341a5fd99fdee635257dd03d1f098a5a09338455.tar.gz
prosody-341a5fd99fdee635257dd03d1f098a5a09338455.zip
features: Add "permissions" feature for role-auth
Diffstat (limited to 'core')
-rw-r--r--core/features.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/features.lua b/core/features.lua
index 7248f881..96023b09 100644
--- a/core/features.lua
+++ b/core/features.lua
@@ -4,5 +4,7 @@ return {
available = set.new{
-- mod_bookmarks bundled
"mod_bookmarks";
+ -- Roles, module.may and per-session authz
+ "permissions";
};
};