prosody: enable muc_meeting_id in lobby component

* prosody: enable muc_meeting_id in lobby component
This commit is contained in:
Aaron van Meerten
2024-01-02 14:36:24 -06:00
committed by GitHub
parent 5cc0ef0180
commit ab30f56e27

View File

@@ -406,6 +406,7 @@ Component "lobby.{{ $XMPP_DOMAIN }}" "muc"
muc_room_locking = false
muc_room_default_public_jids = true
modules_enabled = {
"muc_meeting_id";
{{ if $ENABLE_RATE_LIMITS -}}
"muc_rate_limit";
{{ end -}}