Restrict room creation
This commit is contained in:
parent
8db82d87ff
commit
2a4f71ddf4
|
@ -873,6 +873,7 @@ function xmpp_create_config {
|
|||
echo 'http_upload_file_size_limit = 307200';
|
||||
echo '';
|
||||
echo "Component \"chat.${DEFAULT_DOMAIN_NAME}\" \"muc\"";
|
||||
echo ' restrict_room_creation = true';
|
||||
echo ' name = "Chatrooms"';
|
||||
echo ' modules_enabled = {';
|
||||
echo ' "muc_limits";';
|
||||
|
|
Loading…
Reference in New Issue