# HG changeset patch # User Kim Alvefur # Date 1440684894 -7200 # Node ID a946aa422503fb05b49dce27303905b200873342 # Parent 1e9a06caa866cbea05432dcfd30448556dfe71df mod_mam_sql/README: More obvious pointers to use mod_mam instead diff -r 1e9a06caa866 -r a946aa422503 mod_mam_sql/README.wiki --- a/mod_mam_sql/README.wiki Thu Aug 27 12:31:47 2015 +0200 +++ b/mod_mam_sql/README.wiki Thu Aug 27 16:14:54 2015 +0200 @@ -5,8 +5,14 @@ = Introduction = -Implementation of (an older version of) [http://xmpp.org/extensions/xep-0313.html XEP-0313: Message Archive Management] backed by a SQL database. Like [mod_mam], but using SQL. +This is an old fork of mod_mam with the purpose of figuring out and +testing an appropriate schema for future inclusion in prosodys +mod_storage_sql. That work is currently available in mod_storage_sql2, +pending merging with mod_storage_sql. +It talks SQL directly, bypassing prosodys storage layer. + +It is no longer maintained and is unlikely to work with modern clients. = Details = @@ -68,6 +74,8 @@ This module uses the same configuration settings that [mod_mam] does, in addition to the [http://prosody.im/doc/modules/mod_storage_sql SQL storage settings]. You may also name the SQL connection settings 'mam_sql' if you want. = Compatibility = + || 0.8 || ? || || 0.9 || Works || -|| trunk || Works || +|| 0.10 || Use mod_mam instead || +|| trunk || Use mod_mam instead ||