prosody: Fix incorrect JID of general group

This commit is contained in:
Matthew Wild 2020-05-13 14:26:58 +01:00
parent dd842bd064
commit 266fcdf08e
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ Component ("groups."..DOMAIN) "muc"
"muc_defaults";
}
restrict_room_creation = "local"
muc_local_only = { "general@"..DOMAIN }
muc_local_only = { "general@groups."..DOMAIN }
muc_room_default_persistent = true
muc_room_default_allow_member_invites = true