aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-01-29 17:41:08 +0100
committerKim Alvefur <zash@zash.se>2023-01-29 17:41:08 +0100
commit2b0584d2ee7150db07d7e9b064c3c7aa83cabcda (patch)
treeedbc9f528fc72c09a6c44d493b7f001724fd02e7 /CHANGES
parent9228a851bc4b93bf442a62b8b7392ee087374bea (diff)
downloadprosody-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--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5ee3b66b..12975f2f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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