Comparison

mod_measure_muc/README.md @ 6211:750d64c47ec6 draft default tip

Merge
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Tue, 18 Mar 2025 00:31:36 +0700
parent 6003:fe081789f7b5
comparison
equal deleted inserted replaced
6210:24316a399978 6211:750d64c47ec6
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 ------- -------------