Mercurial > prosody-modules
comparison mod_ping_muc/README.md @ 5130:0772facc786f
mod_ping_muc: Error out if loaded on Components
Several users report tracebacks that could only happen when loaded
outside of a VirtualHost
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 07 Jan 2023 17:36:16 +0100 |
parents | b1c4e78e669e |
children | c094eabdb30f |
comparison
equal
deleted
inserted
replaced
5129:cde38b7de04a | 5130:0772facc786f |
---|---|
21 prosodyctl install mod_ping_muc | 21 prosodyctl install mod_ping_muc |
22 ``` | 22 ``` |
23 | 23 |
24 # Configuring | 24 # Configuring |
25 | 25 |
26 No configuration. Enable as a regular module in | |
27 [`modules_enabled`][doc:modules_enabled] globally or under a | |
28 `VirtualHost`: | |
29 | |
26 ```lua | 30 ```lua |
27 modules_enabled = { | 31 modules_enabled = { |
28 -- other modules etc | 32 -- other modules etc |
29 "track_muc_joins", | 33 "track_muc_joins", |
30 "ping_muc", | 34 "ping_muc", |