comparison mod_muc_gc10/README.markdown @ 2957:0f813e22e3fa

Merge commit
author JC Brand <jc@opkode.com>
date Tue, 27 Mar 2018 10:51:25 +0200
parents 0167a102ed35
children
comparison
equal deleted inserted replaced
2956:d0ca211e1b0e 2957:0f813e22e3fa
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.