aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2022-09-29 12:57:05 +0100
committerMatthew Wild <mwild1@gmail.com>2022-09-29 12:57:05 +0100
commitdfd1e396bb80af04b25f82efafc6d1dd67d7056a (patch)
treefad297ba2ee31917a3c4ae0019d11d588ca93d35 /CHANGES
parent5ed7f1638c35b0a77f6a6a015326846a8aa0fac2 (diff)
downloadprosody-dfd1e396bb80af04b25f82efafc6d1dd67d7056a.tar.gz
prosody-dfd1e396bb80af04b25f82efafc6d1dd67d7056a.zip
CHANGES: Update with MUC permission changes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index d96c5d63..ea4ef9e0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,16 @@ TRUNK
- 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)