diff options
author | Kim Alvefur <zash@zash.se> | 2023-01-29 17:41:08 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2023-01-29 17:41:08 +0100 |
commit | 2b0584d2ee7150db07d7e9b064c3c7aa83cabcda (patch) | |
tree | edbc9f528fc72c09a6c44d493b7f001724fd02e7 /CHANGES | |
parent | 9228a851bc4b93bf442a62b8b7392ee087374bea (diff) | |
download | prosody-2b0584d2ee7150db07d7e9b064c3c7aa83cabcda.tar.gz prosody-2b0584d2ee7150db07d7e9b064c3c7aa83cabcda.zip |
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.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +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 ### Security and authentication |