# HG changeset patch # User Kim Alvefur # Date 1389916132 -3600 # Node ID 56912134d96b3480a60232e0398b2c1d40d8271e # Parent 4573bb828a4d33abdc956d04f48e1915316eb028 moar rant diff -r 4573bb828a4d -r 56912134d96b mod_mam.wiki --- a/mod_mam.wiki Thu Jan 16 23:58:53 2014 +0100 +++ b/mod_mam.wiki Fri Jan 17 00:48:52 2014 +0100 @@ -7,7 +7,8 @@ = Details = -This module will archive all messages that match the simple rules setup by the user, and allow the user to access this archive. +This module will archive all messages that match the simple rules setup by the +user, and allow the user to access this archive. = Usage = @@ -27,13 +28,20 @@ = Configuration = +The MAM protocol includes a method of changing preferecens regarding what +messages should be stored. This allows users to enable or disable +archiving by default, and set rules for specific contacts. This module +will log no messages by default, for privacy concerns. If you decide to +change this, you should inform your users. + {{{ 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. +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. + * `false` means to store no messages. This is the default. * `"roster"` means to store messages to/from contacts in the users roster. * `true` means is to store all messages. @@ -45,5 +53,6 @@ = Compatibility = || trunk || Works || +|| 0.10 || Works || || 0.9 || Does not work || || 0.8 || Does not work ||