mod_muc_gc10/README.markdown
changeset 2944 0167a102ed35
equal deleted inserted replaced
2943:280305c043b0 2944: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.