Comparison

CHANGES @ 12866:54aea2622459

mod_admin_shell: Add muc:affiliations(room) command to list memberships Easier than going trough muc:room():each_affiliation() since you have to do fiddly things to reach the print() function.
author Kim Alvefur <zash@zash.se>
date Sun, 29 Jan 2023 17:53:21 +0100
parent 12865:e6324117f124
child 12909:ce508097b2c8
comparison
equal deleted inserted replaced
12865:e6324117f124 12866:54aea2622459
21 - restrict_room_creation = true restricts to admins, false disables all restrictions 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 22 - Persistent rooms can only be created by local users (parent host) by default
23 - muc_room_allow_persistent = false restricts to admins 23 - muc_room_allow_persistent = false restricts to admins
24 - Public rooms can only be created by local users (parent host) by default 24 - Public rooms can only be created by local users (parent host) by default
25 - muc_room_allow_public = false restricts to admins 25 - muc_room_allow_public = false restricts to admins
26 - Commands to show occupants in the Shell 26 - Commands to show occupants and affiliations in the Shell
27 27
28 ### Security and authentication 28 ### Security and authentication
29 29
30 - Advertise supported SASL Channel-Binding types (XEP-0440) 30 - Advertise supported SASL Channel-Binding types (XEP-0440)
31 - Implement RFC 9266 'tls-exporter' channel binding with TLS 1.3 31 - Implement RFC 9266 'tls-exporter' channel binding with TLS 1.3