Skip to content

Commit

Permalink
fix: Allows jicofo entering rooms without requiring a password.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
damencho committed Apr 26, 2023
1 parent ad3e8f9 commit 6db9e42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,12 @@ Component "conference.jitmeet.example.com" "muc"
"polls";
--"token_verification";
"muc_rate_limit";
"muc_password_whitelist";
}
admins = { "[email protected]" }
muc_password_whitelist = {
"[email protected]"
}
muc_room_locking = false
muc_room_default_public_jids = true

Expand Down

0 comments on commit 6db9e42

Please sign in to comment.