changeset 387:6f559c056dc8

Update for sql2 change.
author Kim Alvefur <zash@zash.se>
date Sat, 13 Jul 2013 17:41:05 +0200
parents 46342407997c
children b9f7c8bd5648
files mod_mam.wiki
diffstat 1 files changed, 10 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- a/mod_mam.wiki	Sat Jul 13 17:40:52 2013 +0200
+++ b/mod_mam.wiki	Sat Jul 13 17:41:05 2013 +0200
@@ -15,11 +15,14 @@
 
 Then add "mam" to your modules_enabled list:
 {{{
-    modules_enabled = {
-                    -- ...
-                    "mam",
-                    -- ...
-		}
+modules_enabled = {
+	-- ...
+	"mam",
+	-- ...
+}
+storage = {
+	archive2 = "sql2";
+}
 }}}
 
 = Configuration =
@@ -40,14 +43,7 @@
 
 This is the largest number of messages that are allowed to be retrieved in one request.
 
-
 = Compatibility =
-|| 0.8 || Works ||
-|| 0.9 || Works ||
 || trunk || Works ||
-
-= TODO =
-
-	* Optimize
-	* Use new stanza archive API once it appears
-	* Policy enforcing.
+|| 0.9 || Does not work ||
+|| 0.8 || Does not work ||