# HG changeset patch # User Kim Alvefur # Date 1420662173 -3600 # Node ID cd074071ac43462e300bfcdc59a28c736975ad84 # Parent 4d4d81fa31fa4dcf73386df5c8fbc6a892b581bd mod_mam: update diff -r 4d4d81fa31fa -r cd074071ac43 mod_mam.wiki --- 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 ||