changeset 501:cd074071ac43

mod_mam: update
author Kim Alvefur <zash@zash.se>
date Wed, 07 Jan 2015 21:22:53 +0100
parents 4d4d81fa31fa
children 3c81d8a9f1e2
files mod_mam.wiki
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mod_mam.wiki	Wed Jan 07 21:20:43 2015 +0100
+++ b/mod_mam.wiki	Wed Jan 07 21:22:53 2015 +0100
@@ -1,9 +1,9 @@
-#summary XEP-0313: Message Archive Management (Really)
-#labels Stage-Alpha
+#summary XEP-0313: Message Archive Management
+#labels Stage-Beta
 
 = Introduction =
 
-Implementation of [http://xmpp.org/extensions/xep-0313.html XEP-0313: Message Archive Management]. Like [mod_archive] but much simpler.
+Implementation of [http://xmpp.org/extensions/xep-0313.html XEP-0313: Message Archive Management].
 
 = Details =
 
@@ -23,6 +23,7 @@
 }
 storage = {
 	-- This makes mod_mam use the sql2 storage backend (others will use internal)
+	-- which at the time of this writing is the only one supporting stanza archives
 	archive2 = "sql2";
 }
 }}}
@@ -59,4 +60,4 @@
 || trunk || Works ||
 || 0.10 || Works ||
 || 0.9 || Does not work ||
-|| 0.8 || Does not work ||
\ No newline at end of file
+|| 0.8 || Does not work ||