diff 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
line wrap: on
line diff
--- a/mod_mam_muc/README.markdown	Wed May 23 00:34:46 2018 +0200
+++ b/mod_mam_muc/README.markdown	Mon Apr 02 16:20:36 2018 +0200
@@ -9,8 +9,8 @@
 
 This module logs the conversation of chatrooms running on the server to
 Prosody's archive storage. To access them you will need a client with
-support for [XEP-0313: Message Archive Management] or a module such
-as [mod\_http\_muc\_log].
+support for [XEP-0313: Message Archive Management] **version 0.5** or
+a module such as [mod_http_muc_log].
 
 Usage
 =====
@@ -48,13 +48,13 @@
 Compatibility
 =============
 
-  ------- --------------------------------------------
-  trunk   Works best
+  ------- -------------------
+  trunk   Use mod\_muc\_mam instead
   0.10    Works partially, only XEP-0313 version 0.5
   0.9     Does not work
   0.8     Does not work
-  ------- --------------------------------------------
+  ------- -------------------
 
 Prosody trunk (after April 2014) has a major rewrite of the MUC module,
-allowing easier integration. Without this (0.10), some features do not
-work, such as correct advertising and join/part logging.
+allowing easier integration, but this module is not compatible with
+that.