prosody: fix: restrict room creation to jicofo (#1059)
This commit is contained in:
committed by
GitHub
parent
281db3663c
commit
db3d790e52
@@ -148,6 +148,7 @@ Component "{{ .Env.XMPP_INTERNAL_MUC_DOMAIN }}" "muc"
|
|||||||
"{{ join "\";\n\"" (splitList "," .Env.XMPP_INTERNAL_MUC_MODULES) }}";
|
"{{ join "\";\n\"" (splitList "," .Env.XMPP_INTERNAL_MUC_MODULES) }}";
|
||||||
{{ end }}
|
{{ end }}
|
||||||
}
|
}
|
||||||
|
restrict_room_creation = true
|
||||||
muc_room_locking = false
|
muc_room_locking = false
|
||||||
muc_room_default_public_jids = true
|
muc_room_default_public_jids = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user