Software /
code /
prosody-modules
Diff
mod_muc_rai/README.md @ 6003:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
author | Menel <menel@snikket.de> |
---|---|
date | Tue, 22 Oct 2024 10:26:01 +0200 |
parent | 3974:f14c862598a9 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_muc_rai/README.md Tue Oct 22 10:26:01 2024 +0200 @@ -0,0 +1,30 @@ +# Introduction + +This module implements [XEP-xxxx: Room Activity Indicators](https://xmpp.org/extensions/inbox/room-activity-indicators.html). + +## Requirements + +This module currently depends on mod_muc_markers, so review the requirements for that module. + +# Configuring + +## Enabling + +``` {.lua} +Component "rooms.example.net" "muc" +modules_enabled = { + "muc_rai"; + "muc_markers"; + "muc_mam"; +} +``` + +## Settings + +|Name |Description |Default | +|-----|------------|--------| +|muc_rai_max_subscribers| Maximum number of active subscriptions allowed | 1024 | + +# Compatibility + +Requires Prosody trunk (2020-04-15+). \ No newline at end of file