comparison mod_mam.wiki @ 284:0558c44908fe

mod_mam: Something about max_archive_query_results
author Kim Alvefur <zash@zash.se>
date Fri, 08 Jun 2012 23:58:10 +0200
parents ca66f14190ac
children a1068d19ef5f
comparison
equal deleted inserted replaced
283:bc0b13c53b57 284:0558c44908fe
34 34
35 * `false` means to store no messages. This is the built in default. 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. 36 * `"roster"` means to store messages to/from contacts in the users roster.
37 * `true` means is to store all messages. 37 * `true` means is to store all messages.
38 38
39 {{{
40 max_archive_query_results = 50;
41 }}}
42
43 This is the largest number of messages that are allowed to be retrieved in one request.
44
39 45
40 = Compatibility = 46 = Compatibility =
41 || 0.8 || Works || 47 || 0.8 || Works ||
42 || 0.9 || Works || 48 || 0.9 || Works ||
43 || trunk || Works || 49 || trunk || Works ||