# HG changeset patch # User Kim Alvefur # Date 1326598301 -3600 # Node ID 6fb8d4252b739966effcafec44ce8308b45dd376 # Parent 440f4d3ee5230cac32546c1f3d5ced268805cd24 Update mod_mam page with defaultĀ³ info diff -r 440f4d3ee523 -r 6fb8d4252b73 mod_mam.wiki --- a/mod_mam.wiki Sun Jan 15 01:46:33 2012 +0000 +++ b/mod_mam.wiki Sun Jan 15 04:31:41 2012 +0100 @@ -26,12 +26,23 @@ = Configuration = +{{{ + default_archive_policy = true or false or "roster"; +}}} + +This controls what messages are archived if the user hasn't set a matching rule, or another personal default. + + * `false` means to store no messages. This is the built in default. + * `"roster"` means to store messages to/from contacts in the users roster. + * `true` means is to store all messages. + + = Compatibility = || 0.8.0 || Works || || trunk || Should work || = TODO = - * Preferences * Optimize * Use new stanza archive API once it appears + * Policy enforcing.