From 2b0584d2ee7150db07d7e9b064c3c7aa83cabcda Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 29 Jan 2023 17:41:08 +0100 Subject: 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. --- CHANGES | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGES') 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 -- cgit v1.2.3