File

mod_muc_activity/README.md @ 6202:6d5a19bdd718

mod_openid, mod_json_streams: Remove modules depending on obsolete net.httpserver API These have not been updated for a long time and do not work with Prosody versions from recent years, which is a good indication they are not being used.
author Matthew Wild <mwild1@gmail.com>
date Fri, 14 Feb 2025 14:59:14 +0000
parent 6133:a0429c322454
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.