# HG changeset patch # User Kim Alvefur # Date 1440896753 -7200 # Node ID 3228fb928a93e70a0a0937db97bcd1b0997ad3ea # Parent 4d73a1a6ba6832b0ad089e93f245bcb988f9a15c mod_mam/README: Minor fixup diff -r 4d73a1a6ba68 -r 3228fb928a93 mod_mam/README.markdown --- a/mod_mam/README.markdown Fri Aug 28 18:03:58 2015 +0200 +++ b/mod_mam/README.markdown Sun Aug 30 03:05:53 2015 +0200 @@ -51,19 +51,18 @@ will log no messages by default, for privacy concerns. If you decide to change this, you should inform your users. - default_archive_policy = false -- other options are true or "roster"; + default_archive_policy = false -- other options are true 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 default. -- `"roster"` means to store messages to/from contacts in the users - roster. -- `true` means is to store all messages. + ------------ ------------------------------------------------------ + `false` Store no messages. This is the default. + `"roster"` Store messages to/from contacts in the users roster. + `true` Store all messages. + ------------ ------------------------------------------------------ - - - max_archive_query_results = 20; + max_archive_query_results = 20; This is the largest number of messages that are allowed to be retrieved in one request.