mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
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.
This commit is contained in:
parent
2b0584d2ee
commit
08a730746c
2 changed files with 29 additions and 1 deletions
2
CHANGES
2
CHANGES
|
@ -23,7 +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
|
||||
- Commands to show occupants and affiliations in the Shell
|
||||
|
||||
### Security and authentication
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue