prosody: enable muc_meeting_id in lobby component

* prosody: enable muc_meeting_id in lobby component
pull/1695/head
Aaron van Meerten 10 months ago committed by GitHub
parent 5cc0ef0180
commit ab30f56e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

@ -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 -}}

Loading…
Cancel
Save