diff options
author | Matthew Fennell <matthew@fennell.dev> | 2025-08-11 13:39:36 +0100 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2025-08-11 13:39:36 +0100 |
commit | a97eb5541afd8287f66ae70ffb720b554a5bb467 (patch) | |
tree | 6a8944aeaad37c78f8091af5f5f2defceb978ccb /files/virtual_host.cfg.lua.j2 | |
parent | 48b63bdce802f8050ff75af733e6c9cbaffe32b1 (diff) |
Add spam checking
Thankfully the servers I manage have not seen any spam, nevertheless,
I'd rather set up some kind of mitigation now, before it becomes a
problem.
Diffstat (limited to 'files/virtual_host.cfg.lua.j2')
-rw-r--r-- | files/virtual_host.cfg.lua.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2 index dfec9c2..4f5b7ca 100644 --- a/files/virtual_host.cfg.lua.j2 +++ b/files/virtual_host.cfg.lua.j2 @@ -41,9 +41,12 @@ Component "conference.{{ virtual_host }}" "muc" modules_enabled = { "muc"; "muc_mam"; + "muc_rtbl"; } log_all_rooms = true restrict_room_creation = "local" muc_room_default_public = false muc_room_default_public_jids = true + +muc_rtbl_jid = "xmppbl.org" |