diff options
author | Matthew Wild <mwild1@gmail.com> | 2025-01-14 12:25:53 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2025-01-14 12:25:53 +0000 |
commit | cafbad2d01c507a0df2c77e474d29f0e1a60cc00 (patch) | |
tree | 03cffdfad1d6116e4a8158807c11f05e34b0b277 /core/features.lua | |
parent | 879cb1672f99d2fc859cfd2809eeab9d33e9f35e (diff) | |
download | prosody-cafbad2d01c507a0df2c77e474d29f0e1a60cc00.tar.gz prosody-cafbad2d01c507a0df2c77e474d29f0e1a60cc00.zip |
features: Add feature for bundled mod_cloud_notify
Was supposed to be part of commit 2f38f3275a74.
Diffstat (limited to 'core/features.lua')
-rw-r--r-- | core/features.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/features.lua b/core/features.lua index 75cfa1d7..cd6618db 100644 --- a/core/features.lua +++ b/core/features.lua @@ -8,6 +8,8 @@ return { "mod_server_info"; -- mod_flags bundled "mod_flags"; + -- mod_cloud_notify bundled + "mod_cloud_notify"; -- Roles, module.may and per-session authz "permissions"; -- prosody.* namespace |