Comparison

CHANGES @ 12865:e6324117f124

mod_admin_shell: Add muc:occupants(room) command to list occupants Easier than going trough muc:room():each_occupant() since you have to do fiddly things to reach the print() function.
author Kim Alvefur <zash@zash.se>
date Sun, 29 Jan 2023 17:41:08 +0100
parent 12846:1638991caed2
child 12866:54aea2622459
comparison
equal deleted inserted replaced
12864:9f9633364044 12865:e6324117f124
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 27
27 ### Security and authentication 28 ### Security and authentication
28 29
29 - Advertise supported SASL Channel-Binding types (XEP-0440) 30 - Advertise supported SASL Channel-Binding types (XEP-0440)
30 - Implement RFC 9266 'tls-exporter' channel binding with TLS 1.3 31 - Implement RFC 9266 'tls-exporter' channel binding with TLS 1.3