diff options
Diffstat (limited to 'core/features.lua')
-rw-r--r-- | core/features.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/features.lua b/core/features.lua index 99edde51..8e155f70 100644 --- a/core/features.lua +++ b/core/features.lua @@ -6,6 +6,14 @@ return { "mod_bookmarks"; -- mod_server_info bundled "mod_server_info"; + -- mod_flags bundled + "mod_flags"; + -- mod_cloud_notify bundled + "mod_cloud_notify"; + -- mod_muc has built-in vcard support + "muc_vcard"; + -- mod_http_altconnect bundled + "http_altconnect"; -- Roles, module.may and per-session authz "permissions"; -- prosody.* namespace |