diff options
author | Kim Alvefur <zash@zash.se> | 2023-01-29 17:53:21 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2023-01-29 17:53:21 +0100 |
commit | 08a730746ce2dc52d2bc47d9868d64f601e2ea81 (patch) | |
tree | 6468920f438f7fc2343addb550edf832d7c38529 /CHANGES | |
parent | 2b0584d2ee7150db07d7e9b064c3c7aa83cabcda (diff) | |
download | prosody-08a730746ce2dc52d2bc47d9868d64f601e2ea81.tar.gz prosody-08a730746ce2dc52d2bc47d9868d64f601e2ea81.zip |
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.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ TRUNK - muc_room_allow_persistent = false restricts to admins - 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 in the Shell +- Commands to show occupants and affiliations in the Shell ### Security and authentication |