prosody: enable muc_meeting_id in lobby component
* prosody: enable muc_meeting_id in lobby component
This commit is contained in:
committed by
GitHub
parent
5cc0ef0180
commit
ab30f56e27
@@ -406,6 +406,7 @@ Component "lobby.{{ $XMPP_DOMAIN }}" "muc"
|
|||||||
muc_room_locking = false
|
muc_room_locking = false
|
||||||
muc_room_default_public_jids = true
|
muc_room_default_public_jids = true
|
||||||
modules_enabled = {
|
modules_enabled = {
|
||||||
|
"muc_meeting_id";
|
||||||
{{ if $ENABLE_RATE_LIMITS -}}
|
{{ if $ENABLE_RATE_LIMITS -}}
|
||||||
"muc_rate_limit";
|
"muc_rate_limit";
|
||||||
{{ end -}}
|
{{ end -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user