Software /
code /
prosody-modules
Comparison
mod_muc_gc10/README.markdown @ 2940:0167a102ed35
mod_muc_gc10: Gather statistics on use of the Groupchat 1.0 protocol
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 22 Mar 2018 14:28:27 +0100 |
comparison
equal
deleted
inserted
replaced
2939:280305c043b0 | 2940:0167a102ed35 |
---|---|
1 # Groupchat 1.0 usage statistics gathering | |
2 | |
3 Groupchat 1.0 was probably the protocol that predated | |
4 [XEP-0045: Multi-User Chat] and there is still some compatibility that | |
5 lives on, in the XEP and in implementations. | |
6 | |
7 This module tries to detect clients still using the GC 1.0 protocol and | |
8 what software they run, to determine if support can be removed. | |
9 | |
10 Since joins in the GC 1.0 protocol are highly ambiguous, some hits | |
11 reported will be because of desynchronized MUC clients | |
12 | |
13 # Compatibility | |
14 | |
15 Should work with Prosody 0.10.x and earlier. | |
16 | |
17 It will not work with current trunk, since the MUC code has had major | |
18 changes. |