# HG changeset patch # User Kim Alvefur # Date 1373730065 -7200 # Node ID 6f559c056dc8ed4b6c2f3ae2096a4a9524965dd0 # Parent 46342407997c739a21202885ad407da1c10cbfa2 Update for sql2 change. diff -r 46342407997c -r 6f559c056dc8 mod_mam.wiki --- 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 ||