Software /
code /
prosody
Diff
CHANGES @ 12865:e6324117f124
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.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 29 Jan 2023 17:41:08 +0100 |
parent | 12846:1638991caed2 |
child | 12866:54aea2622459 |
line wrap: on
line diff
--- a/CHANGES Sun Jan 22 15:43:44 2023 +0100 +++ b/CHANGES Sun Jan 29 17:41:08 2023 +0100 @@ -23,6 +23,7 @@ - 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