summaryrefslogtreecommitdiff
path: root/files/virtual_host.cfg.lua.j2
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2025-08-11 14:08:04 +0100
committerMatthew Fennell <matthew@fennell.dev>2025-08-11 14:08:04 +0100
commitbde5d94e28e7741ed3ef723e97d9df18570255af (patch)
treeb3f666bb161f4a61ad7d3f900de7dd4e0e102f38 /files/virtual_host.cfg.lua.j2
parenta97eb5541afd8287f66ae70ffb720b554a5bb467 (diff)
Add some extra antispam modules
While looking through the list of available prosody-modules, these two seemed useful.
Diffstat (limited to 'files/virtual_host.cfg.lua.j2')
-rw-r--r--files/virtual_host.cfg.lua.j21
1 files changed, 1 insertions, 0 deletions
diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2
index 4f5b7ca..5b9ec3e 100644
--- a/files/virtual_host.cfg.lua.j2
+++ b/files/virtual_host.cfg.lua.j2
@@ -41,6 +41,7 @@ Component "conference.{{ virtual_host }}" "muc"
modules_enabled = {
"muc";
"muc_mam";
+ "muc_moderation";
"muc_rtbl";
}