SeveFP / mod_muc_rai

Fork of https://modules.prosody.im/mod_muc_rai.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This module implements XEP-xxxx: Room Activity Indicators.

Requirements

This module currently depends on mod_muc_markers, so review the requirements for that module.

Configuring

Enabling

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+).

About

Fork of https://modules.prosody.im/mod_muc_rai.html


Languages

Language:Lua 100.0%