From ac1aa23695b3654246035c496ba8057fe05b3745 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sun, 3 Mar 2024 13:16:10 +0000 Subject: Remove extraneous MUC configuration We remove some extra MUC configuration here that should not be needed, as these settings should be handled by the defaults anyway. --- files/virtual_host.cfg.lua.j2 | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/files/virtual_host.cfg.lua.j2 b/files/virtual_host.cfg.lua.j2 index cc13f5a..6db9e98 100644 --- a/files/virtual_host.cfg.lua.j2 +++ b/files/virtual_host.cfg.lua.j2 @@ -18,16 +18,4 @@ modules_enabled = { } log_all_rooms = true - restrict_room_creation = "local" -max_history_messages = 1000 -enforce_registered_nickname = true - -muc_room_default_public = false -muc_room_default_persistent = true -muc_room_default_members_only = false -muc_room_default_moderated = false -muc_room_default_public_jids = true -muc_room_default_change_subject = false -muc_room_default_history_length = 1000 -muc_room_default_language = "en" -- cgit v1.2.3