Mercurial > prosody-modules
comparison mod_mam/README.markdown @ 1804:3228fb928a93
mod_mam/README: Minor fixup
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 30 Aug 2015 03:05:53 +0200 |
parents | 4d73a1a6ba68 |
children | 8de50be756e5 |
comparison
equal
deleted
inserted
replaced
1803:4d73a1a6ba68 | 1804:3228fb928a93 |
---|---|
49 what messages should be stored. This allows users to enable or disable | 49 what messages should be stored. This allows users to enable or disable |
50 archiving by default, and set rules for specific contacts. This module | 50 archiving by default, and set rules for specific contacts. This module |
51 will log no messages by default, for privacy concerns. If you decide to | 51 will log no messages by default, for privacy concerns. If you decide to |
52 change this, you should inform your users. | 52 change this, you should inform your users. |
53 | 53 |
54 default_archive_policy = false -- other options are true or "roster"; | 54 default_archive_policy = false -- other options are true or "roster"; |
55 | 55 |
56 This controls what messages are archived if the user hasn't set a | 56 This controls what messages are archived if the user hasn't set a |
57 matching rule, or another personal default. | 57 matching rule, or another personal default. |
58 | 58 |
59 - `false` means to store no messages. This is the default. | 59 ------------ ------------------------------------------------------ |
60 - `"roster"` means to store messages to/from contacts in the users | 60 `false` Store no messages. This is the default. |
61 roster. | 61 `"roster"` Store messages to/from contacts in the users roster. |
62 - `true` means is to store all messages. | 62 `true` Store all messages. |
63 ------------ ------------------------------------------------------ | |
63 | 64 |
64 <!-- --> | 65 max_archive_query_results = 20; |
65 | |
66 max_archive_query_results = 20; | |
67 | 66 |
68 This is the largest number of messages that are allowed to be retrieved | 67 This is the largest number of messages that are allowed to be retrieved |
69 in one request. | 68 in one request. |
70 | 69 |
71 Compatibility | 70 Compatibility |