feat: Enables muc rate limit for lobby and breakout muc components.

This commit is contained in:
Дамян Минков 2021-11-29 14:49:18 -06:00
parent 4ed7211286
commit 2097d77666
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,7 @@ Component "breakout.jitmeet.example.com" "muc"
"muc_meeting_id";
"muc_domain_mapper";
--"token_verification";
"muc_rate_limit";
}
admins = { "focusUser@auth.jitmeet.example.com" }
muc_room_locking = false
@ -121,3 +122,6 @@ Component "lobby.jitmeet.example.com" "muc"
restrict_room_creation = true
muc_room_locking = false
muc_room_default_public_jids = true
modules_enabled = {
"muc_rate_limit";
}