mod_mam_sql/README.wiki
changeset 1801 a946aa422503
parent 1786 29f3d6b7ad16
equal deleted inserted replaced
1800:1e9a06caa866 1801:a946aa422503
     3 
     3 
     4 *Note:* This module is unsupported and not up to date with the MAM specification
     4 *Note:* This module is unsupported and not up to date with the MAM specification
     5 
     5 
     6 = Introduction =
     6 = Introduction =
     7 
     7 
     8 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.
     8 This is an old fork of mod_mam with the purpose of figuring out and
       
     9 testing an appropriate schema for future inclusion in prosodys
       
    10 mod_storage_sql.  That work is currently available in mod_storage_sql2,
       
    11 pending merging with mod_storage_sql.
     9 
    12 
       
    13 It talks SQL directly, bypassing prosodys storage layer.
       
    14 
       
    15 It is no longer maintained and is unlikely to work with modern clients.
    10 
    16 
    11 = Details =
    17 = Details =
    12 
    18 
    13 See [mod_mam] for details.
    19 See [mod_mam] for details.
    14 
    20 
    66 = Configuration =
    72 = Configuration =
    67 
    73 
    68 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.
    74 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.
    69 
    75 
    70 = Compatibility =
    76 = Compatibility =
       
    77 
    71 || 0.8 || ? ||
    78 || 0.8 || ? ||
    72 || 0.9 || Works ||
    79 || 0.9 || Works ||
    73 || trunk || Works ||
    80 || 0.10 || Use mod_mam instead ||
       
    81 || trunk || Use mod_mam instead ||