comparison mod_mam_muc/README.markdown @ 3036:f7ebf8fcd602

mod_mam_muc: Remove support for Prosody trunk/0.11
author Kim Alvefur <zash@zash.se>
date Mon, 02 Apr 2018 16:20:36 +0200
parents 902ecd6400bd
children 4f215f5227cf
comparison
equal deleted inserted replaced
3035:60ca0d03f3e3 3036:f7ebf8fcd602
7 Introduction 7 Introduction
8 ============ 8 ============
9 9
10 This module logs the conversation of chatrooms running on the server to 10 This module logs the conversation of chatrooms running on the server to
11 Prosody's archive storage. To access them you will need a client with 11 Prosody's archive storage. To access them you will need a client with
12 support for [XEP-0313: Message Archive Management] or a module such 12 support for [XEP-0313: Message Archive Management] **version 0.5** or
13 as [mod\_http\_muc\_log]. 13 a module such as [mod_http_muc_log].
14 14
15 Usage 15 Usage
16 ===== 16 =====
17 17
18 First copy the module to the prosody plugins directory. 18 First copy the module to the prosody plugins directory.
46 ``` 46 ```
47 47
48 Compatibility 48 Compatibility
49 ============= 49 =============
50 50
51 ------- -------------------------------------------- 51 ------- -------------------
52 trunk Works best 52 trunk Use mod\_muc\_mam instead
53 0.10 Works partially, only XEP-0313 version 0.5 53 0.10 Works partially, only XEP-0313 version 0.5
54 0.9 Does not work 54 0.9 Does not work
55 0.8 Does not work 55 0.8 Does not work
56 ------- -------------------------------------------- 56 ------- -------------------
57 57
58 Prosody trunk (after April 2014) has a major rewrite of the MUC module, 58 Prosody trunk (after April 2014) has a major rewrite of the MUC module,
59 allowing easier integration. Without this (0.10), some features do not 59 allowing easier integration, but this module is not compatible with
60 work, such as correct advertising and join/part logging. 60 that.