Diff

CHANGES @ 12734:447aef5e942c

CHANGES: Update with MUC permission changes
author Matthew Wild <mwild1@gmail.com>
date Thu, 29 Sep 2022 12:57:05 +0100
parent 12673:2d330edf8bf2
child 12775:1dd468c63a3d
line wrap: on
line diff
--- a/CHANGES	Thu Sep 29 12:46:02 2022 +0100
+++ b/CHANGES	Thu Sep 29 12:57:05 2022 +0100
@@ -14,6 +14,16 @@
 - Support for TCP Fast Open in server_epoll (pending LuaSocket support)
 - Support for deferred accept in server_epoll (pending LuaSocket support)
 
+### MUC
+
+- Permissions updates:
+  - Room creation restricted to local users (of the parent host) by default
+    - restrict_room_creation = true restricts to admins, false disables all restrictions
+  - Persistent rooms can only be created by local users (parent host) by default
+    - muc_room_allow_persistent = false restricts to admins
+  - Public rooms can only be created by local users (parent host) by default
+    - muc_room_allow_public = false restricts to admins
+
 ### Security and authentication
 
 - Advertise supported SASL Channel-Binding types (XEP-0440)