From a97eb5541afd8287f66ae70ffb720b554a5bb467 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Mon, 11 Aug 2025 13:39:36 +0100 Subject: 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. --- files/virtual_host.cfg.lua.j2 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'files/virtual_host.cfg.lua.j2') 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" -- cgit v1.2.3