Skip to content

Commit db3d790

Browse files
prosody: fix: restrict room creation to jicofo (jitsi#1059)
1 parent 281db36 commit db3d790

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ Component "{{ .Env.XMPP_INTERNAL_MUC_DOMAIN }}" "muc"
148148
"{{ join "\";\n\"" (splitList "," .Env.XMPP_INTERNAL_MUC_MODULES) }}";
149149
{{ end }}
150150
}
151+
restrict_room_creation = true
151152
muc_room_locking = false
152153
muc_room_default_public_jids = true
153154

0 commit comments

Comments
 (0)