diff options
author | Kim Alvefur <zash@zash.se> | 2021-08-08 18:07:17 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-08-08 18:07:17 +0200 |
commit | cb66977bd4d4a250d952d63f80546843216d678b (patch) | |
tree | a30c102d0291f3a3d44462a0e4c0ee002e7a1c8f /CHANGES | |
parent | c8c1482dae0088d467575a841d935e2050598c85 (diff) | |
download | prosody-cb66977bd4d4a250d952d63f80546843216d678b.tar.gz prosody-cb66977bd4d4a250d952d63f80546843216d678b.zip |
MUC: Record reason for affiliation changes and return in list (fixes #1227)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ TRUNK - Public rooms can only be created by local users (parent host) by default - muc_room_allow_public = false restricts to admins - Commands to show occupants and affiliations in the Shell +- Save 'reason' text supplied with affiliation change ### Security and authentication |