Mercurial > prosody-modules
view mod_muc_activity/README.md @ 6540:7cb25e7d945d
mod_muc_mav: Prevent JIDs leaking to occupants who are not allowed
The occupant-id is always there so the list is still useful to them.
| author | Stephen Paul Weber <singpolyma@singpolyma.net> |
|---|---|
| date | Mon, 18 May 2026 10:23:58 -0500 |
| parents | a0429c322454 |
| children |
line wrap: on
line source
--- summary: 'XEP-0502 (MUC Activity Indicator) implementation' ... This module provides an implementation of [XEP-0502 (MUC Activity Indicator)](https://xmpp.org/extensions/xep-0502.html) for Prosody. To enable it, load it on a MUC host, for example: ```lua Component "chat.domain.example" "muc" modules_enabled = { "muc_activity" } ``` When this module is loaded, it will expose the average number of messages per hour for all public MUCs. The number is calculated over a 24 hour window. Note that this module may impact server performance on servers with many MUCs.
