prosody: Enable mod_snikket_restricted_users on MUC host to enforce channel creation

This commit is contained in:
Matthew Wild 2021-11-09 11:23:19 +00:00
parent 0294b0e7e0
commit 2f997d50b5
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ Component ("groups."..DOMAIN) "muc"
"vcard_muc";
"muc_defaults";
"muc_offline_delivery";
"snikket_restricted_users";
}
restrict_room_creation = "local"
muc_local_only = { "general@groups."..DOMAIN }