From 6db9e4287688a3d10a11ff610226b7a79c3ed867 Mon Sep 17 00:00:00 2001 From: damencho Date: Wed, 26 Apr 2023 08:09:21 -0500 Subject: [PATCH] fix: Allows jicofo entering rooms without requiring a password. The case where the main room is locked and everyone leaves it to a breakout room and then coming back allows jicofo entering without a password. --- doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example b/doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example index 5b7e6bceaa..a66d617a06 100644 --- a/doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example +++ b/doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example @@ -84,8 +84,12 @@ Component "conference.jitmeet.example.com" "muc" "polls"; --"token_verification"; "muc_rate_limit"; + "muc_password_whitelist"; } admins = { "focusUser@auth.jitmeet.example.com" } + muc_password_whitelist = { + "focusUser@auth.jitmeet.example.com" + } muc_room_locking = false muc_room_default_public_jids = true