From ad5c003a2d9549b9d61d89714884a7da548e2092 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sat, 27 Jul 2024 10:23:29 +0100 Subject: Explicitly add muc plugin to conference component This is in order to debug an issue I was seeing with group chats previously. I don't believe it actually had an impact, but I can't remember for sure now. I should debug this at some point and remove if necessary. --- files/virtual_host.cfg.lua.j2 | 1 + 1 file changed, 1 insertion(+) (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 c291dc7..118b340 100644 --- a/files/virtual_host.cfg.lua.j2 +++ b/files/virtual_host.cfg.lua.j2 @@ -35,6 +35,7 @@ http_file_share_size_limit = 20 * 1024 * 1024 Component "conference.{{ virtual_host }}" "muc" modules_enabled = { + "muc"; "muc_mam"; "vcard_muc"; } -- cgit v1.2.3