Software /
code /
prosody
Comparison
CHANGES @ 13415:f34b33cb1383
MUC: Record reason for affiliation changes and return in list (fixes #1227)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 08 Aug 2021 18:07:17 +0200 |
parent | 13397:517a335269ef |
child | 13426:581899aef96f |
comparison
equal
deleted
inserted
replaced
13414:d54364746a7c | 13415:f34b33cb1383 |
---|---|
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 and affiliations in the Shell | 26 - Commands to show occupants and affiliations in the Shell |
27 - Save 'reason' text supplied with affiliation change | |
27 | 28 |
28 ### Security and authentication | 29 ### Security and authentication |
29 | 30 |
30 - Advertise supported SASL Channel-Binding types (XEP-0440) | 31 - Advertise supported SASL Channel-Binding types (XEP-0440) |
31 - Implement RFC 9266 'tls-exporter' channel binding with TLS 1.3 | 32 - Implement RFC 9266 'tls-exporter' channel binding with TLS 1.3 |