mod_muc_ping/README.markdown
author Kim Alvefur <zash@zash.se>
Tue, 09 Oct 2018 16:47:27 +0200
changeset 3360 31e113823463
parent 3353 35dc7c38e362
child 3385 861ddc74edd9
permissions -rw-r--r--
mod_muc_ping: Add more details to README

This module implements the [Server
Optimization](https://xmpp.org/extensions/xep-0410.html#serveroptimization)
part of [XEP-0410: MUC Self-Ping]

# Usage

The module is loaded on MUC components:

```lua
Component "muc.example.com" "muc"
modules_enabled = {
    "muc_ping";
}
```

# Configuration

No options.

# Compatibility

It should work with Prosody up until 0.10.x.

Prosody trunk natively supports XEP-0410 so this module is not needed.