Software /
code /
prosody-modules
Comparison
mod_measure_muc/README.markdown @ 3969:39931d727c22
mod_measure_muc: Collect statistics on Grout Chat
author | kaliko <kaliko@azylum.org> |
---|---|
date | Tue, 07 Apr 2020 18:48:04 +0200 |
comparison
equal
deleted
inserted
replaced
3968:bf5d91769f99 | 3969:39931d727c22 |
---|---|
1 --- | |
2 labels: | |
3 - Statistics | |
4 summary: Collect statistics on Grout Chat | |
5 ... | |
6 | |
7 Description | |
8 =========== | |
9 | |
10 This module collects statistics from group chat component. | |
11 | |
12 It collects current count of hidden, persistent, archive-enabled, password | |
13 protected rooms. The current count of room is also exposed (hidden+public). | |
14 | |
15 | |
16 Configuration | |
17 ============= | |
18 | |
19 mod\_measure\_muc must be load on MUC components (not globally): | |
20 | |
21 ```lua | |
22 Component "conference.example.com" "muc" | |
23 modules_enabled = { | |
24 "measure_muc"; | |
25 } | |
26 ``` | |
27 | |
28 See also the documentation of Prosody’s [MUC module](https://prosody.im/doc/modules/mod_muc). | |
29 | |
30 Compatibility | |
31 ============= | |
32 | |
33 ------- ------------- | |
34 trunk Works | |
35 0.11 Works | |
36 0.10 Unknown | |
37 0.9 Does not work | |
38 ------- ------------- |