diff options
author | Matthew Wild <mwild1@gmail.com> | 2025-02-12 17:15:49 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2025-02-12 17:15:49 +0000 |
commit | d828183c6ad24b48a4c6d5cef440c41400a807a1 (patch) | |
tree | 06103f1a6d5a357413de9f08a82f2b028d27afa0 | |
parent | 85b82fdb3d204411e712a6819e3002d84a68abe2 (diff) | |
download | prosody-d828183c6ad24b48a4c6d5cef440c41400a807a1.tar.gz prosody-d828183c6ad24b48a4c6d5cef440c41400a807a1.zip |
CHANGES: Update with some more 13.0 features
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,7 @@ TRUNK - Add 'watch log' command to follow live debug logs at runtime (even if disabled) - mod_announce: Add shell commands to send messages to all users, online users, or limited by roles +- New mod_account_activity plugin records last login/logout time of a user account ### Networking @@ -33,6 +34,7 @@ TRUNK - muc_room_allow_public = false restricts to admins - Commands to show occupants and affiliations in the Shell - Save 'reason' text supplied with affiliation change +- Owners can set MUC avatars (functionality previously in community module mod_vcard_muc) ### Security and authentication |