diff options
author | Matthew Fennell <matthew@fennell.dev> | 2024-07-27 10:23:29 +0100 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2024-07-27 10:23:29 +0100 |
commit | ad5c003a2d9549b9d61d89714884a7da548e2092 (patch) | |
tree | a4f2626f1be267642d1a7de1d43792be88cc2102 | |
parent | 2743b23bf59341043bc87eb40f0435183158e019 (diff) |
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.
-rw-r--r-- | files/virtual_host.cfg.lua.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
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"; } |