This module implements XEP-xxxx: Room Activity Indicators.
This module currently depends on mod_muc_markers, so review the requirements for that module.
"rooms.example.net" "muc"
Component = {
modules_enabled "muc_rai";
"muc_markers";
"muc_mam";
}
Name | Description | Default |
---|---|---|
muc_rai_max_subscribers | Maximum number of active subscriptions allowed | 1024 |
Requires Prosody trunk (2020-04-15+).
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_muc_rai
For earlier versions see the documentation for installing 3rd party modules