Software / code / prosody
Comparison
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 |
comparison
equal
deleted
inserted
replaced
| 12733:2167e1639aab | 12734:447aef5e942c |
|---|---|
| 11 | 11 |
| 12 - Honour 'weight' parameter during SRV record selection | 12 - Honour 'weight' parameter during SRV record selection |
| 13 - Support for RFC 8305 "Happy Eyeballs" to improve IPv4/IPv6 connectivity | 13 - Support for RFC 8305 "Happy Eyeballs" to improve IPv4/IPv6 connectivity |
| 14 - Support for TCP Fast Open in server_epoll (pending LuaSocket support) | 14 - Support for TCP Fast Open in server_epoll (pending LuaSocket support) |
| 15 - Support for deferred accept in server_epoll (pending LuaSocket support) | 15 - Support for deferred accept in server_epoll (pending LuaSocket support) |
| 16 | |
| 17 ### MUC | |
| 18 | |
| 19 - Permissions updates: | |
| 20 - Room creation restricted to local users (of the parent host) by default | |
| 21 - restrict_room_creation = true restricts to admins, false disables all restrictions | |
| 22 - Persistent rooms can only be created by local users (parent host) by default | |
| 23 - muc_room_allow_persistent = false restricts to admins | |
| 24 - Public rooms can only be created by local users (parent host) by default | |
| 25 - muc_room_allow_public = false restricts to admins | |
| 16 | 26 |
| 17 ### Security and authentication | 27 ### Security and authentication |
| 18 | 28 |
| 19 - Advertise supported SASL Channel-Binding types (XEP-0440) | 29 - Advertise supported SASL Channel-Binding types (XEP-0440) |
| 20 - Implement RFC 9266 'tls-exporter' channel binding with TLS 1.3 | 30 - Implement RFC 9266 'tls-exporter' channel binding with TLS 1.3 |