comparison mod_mam.wiki @ 501:cd074071ac43

mod_mam: update
author Kim Alvefur <zash@zash.se>
date Wed, 07 Jan 2015 21:22:53 +0100
parents 1adeefc201d5
children
comparison
equal deleted inserted replaced
500:4d4d81fa31fa 501:cd074071ac43
1 #summary XEP-0313: Message Archive Management (Really) 1 #summary XEP-0313: Message Archive Management
2 #labels Stage-Alpha 2 #labels Stage-Beta
3 3
4 = Introduction = 4 = Introduction =
5 5
6 Implementation of [http://xmpp.org/extensions/xep-0313.html XEP-0313: Message Archive Management]. Like [mod_archive] but much simpler. 6 Implementation of [http://xmpp.org/extensions/xep-0313.html XEP-0313: Message Archive Management].
7 7
8 = Details = 8 = Details =
9 9
10 This module will archive all messages that match the simple rules setup by the 10 This module will archive all messages that match the simple rules setup by the
11 user, and allow the user to access this archive. 11 user, and allow the user to access this archive.
21 "mam", 21 "mam",
22 -- ... 22 -- ...
23 } 23 }
24 storage = { 24 storage = {
25 -- This makes mod_mam use the sql2 storage backend (others will use internal) 25 -- This makes mod_mam use the sql2 storage backend (others will use internal)
26 -- which at the time of this writing is the only one supporting stanza archives
26 archive2 = "sql2"; 27 archive2 = "sql2";
27 } 28 }
28 }}} 29 }}}
29 30
30 See [https://prosody.im/doc/storage Prosodys data storage documentation] 31 See [https://prosody.im/doc/storage Prosodys data storage documentation]