diff options
author | Matthew Fennell <matthew@fennell.dev> | 2024-03-03 13:16:10 +0000 |
---|---|---|
committer | Matthew Fennell <matthew@fennell.dev> | 2024-03-03 13:16:10 +0000 |
commit | ac1aa23695b3654246035c496ba8057fe05b3745 (patch) | |
tree | 0e737a8ab94c93dce20ecbc89d713dacf64e3ed1 /files/virtual_host.cfg.lua.j2 | |
parent | 15770baec5290bf46e773be71a0d4d536244277d (diff) |
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.
Diffstat (limited to 'files/virtual_host.cfg.lua.j2')
-rw-r--r-- | files/virtual_host.cfg.lua.j2 | 12 |
1 files changed, 0 insertions, 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" |