Restrict room creation

This commit is contained in:
Bob Mottram 2018-03-23 10:23:25 +00:00
parent 8db82d87ff
commit 2a4f71ddf4
1 changed files with 1 additions and 0 deletions

View File

@ -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";';