mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
CHANGES: Update with MUC permission changes
This commit is contained in:
parent
5ed7f1638c
commit
dfd1e396bb
1 changed files with 10 additions and 0 deletions
10
CHANGES
10
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue