comparison mod_mam.wiki @ 259:6fb8d4252b73

Update mod_mam page with defaultĀ³ info
author Kim Alvefur <zash@zash.se>
date Sun, 15 Jan 2012 04:31:41 +0100
parents 1da94ec1f030
children ca66f14190ac
comparison
equal deleted inserted replaced
258:440f4d3ee523 259:6fb8d4252b73
24 } 24 }
25 }}} 25 }}}
26 26
27 = Configuration = 27 = Configuration =
28 28
29 {{{
30 default_archive_policy = true or false or "roster";
31 }}}
32
33 This controls what messages are archived if the user hasn't set a matching rule, or another personal default.
34
35 * `false` means to store no messages. This is the built in default.
36 * `"roster"` means to store messages to/from contacts in the users roster.
37 * `true` means is to store all messages.
38
39
29 = Compatibility = 40 = Compatibility =
30 || 0.8.0 || Works || 41 || 0.8.0 || Works ||
31 || trunk || Should work || 42 || trunk || Should work ||
32 43
33 = TODO = 44 = TODO =
34 45
35 * Preferences
36 * Optimize 46 * Optimize
37 * Use new stanza archive API once it appears 47 * Use new stanza archive API once it appears
48 * Policy enforcing.