prosody: fix: restrict room creation to jicofo (#1059)

pull/192/head
Aaron van Meerten 4 years ago committed by GitHub
parent 281db3663c
commit db3d790e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

@ -148,6 +148,7 @@ Component "{{ .Env.XMPP_INTERNAL_MUC_DOMAIN }}" "muc"
"{{ join "\";\n\"" (splitList "," .Env.XMPP_INTERNAL_MUC_MODULES) }}";
{{ end }}
}
restrict_room_creation = true
muc_room_locking = false
muc_room_default_public_jids = true

Loading…
Cancel
Save