Software /
code /
prosody
Diff
CHANGES @ 12866:54aea2622459
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.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 29 Jan 2023 17:53:21 +0100 |
parent | 12865:e6324117f124 |
child | 12909:ce508097b2c8 |
line wrap: on
line diff
--- a/CHANGES Sun Jan 29 17:41:08 2023 +0100 +++ b/CHANGES Sun Jan 29 17:53:21 2023 +0100 @@ -23,7 +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 +- Commands to show occupants and affiliations in the Shell ### Security and authentication