From bde5d94e28e7741ed3ef723e97d9df18570255af Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Mon, 11 Aug 2025 14:08:04 +0100 Subject: Add some extra antispam modules While looking through the list of available prosody-modules, these two seemed useful. --- files/prosody.cfg.lua.j2 | 1 + files/virtual_host.cfg.lua.j2 | 1 + 2 files changed, 2 insertions(+) diff --git a/files/prosody.cfg.lua.j2 b/files/prosody.cfg.lua.j2 index 320285a..ec66d5d 100644 --- a/files/prosody.cfg.lua.j2 +++ b/files/prosody.cfg.lua.j2 @@ -50,6 +50,7 @@ modules_enabled = { "vcard4"; "vcard_legacy"; "version"; + "watch_spam_reports"; } modules_disabled = { } 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"; } -- cgit v1.2.3