Software /
code /
prosody-modules
Changeset
1797:a946aa422503
mod_mam_sql/README: More obvious pointers to use mod_mam instead
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 27 Aug 2015 16:14:54 +0200 |
parents | 1796:1e9a06caa866 |
children | 1798:3ae8c81a348b |
files | mod_mam_sql/README.wiki |
diffstat | 1 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 ||