This module collects statistics from group chat component.
It collects current count of hidden, persistent, archive-enabled, password protected rooms. The current count of room is also exposed (hidden+public).
mod_measure_muc must be load on MUC components (not globally):
Component "conference.example.com" "muc"
modules_enabled = {
"measure_muc";
}See also the documentation of Prosody’s MUC module.
| trunk | Works |
| 0.11 | Works |
| 0.10 | Unknown |
| 0.9 | Does not work |
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_measure_muc
For earlier versions see the documentation for installing 3rd party modules