Software /
code /
prosody-modules
Comparison
mod_http_muc_log/README.markdown @ 3582:444e2306c99a
mod_http_muc_log: Add option to show OOB images
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 05 May 2019 14:06:50 +0200 |
parent | 3581:dbc67120097f |
child | 3596:6e529f53b3c3 |
comparison
equal
deleted
inserted
replaced
3581:dbc67120097f | 3582:444e2306c99a |
---|---|
48 | 48 |
49 The module uses [util.interpolation][doc:developers:util:interpolation] | 49 The module uses [util.interpolation][doc:developers:util:interpolation] |
50 for rendering templates, with the pattern `"%b{}"` and HTML / XML | 50 for rendering templates, with the pattern `"%b{}"` and HTML / XML |
51 escaping enabled. | 51 escaping enabled. |
52 | 52 |
53 ## Inline images | |
54 | |
55 Inline images can optionally be shown. This is disabled by default for | |
56 privacy reasons. | |
57 | |
58 ``` {.lua} | |
59 http_muc_log_show_images = true | |
60 ``` | |
61 | |
53 ## Calendar optimization | 62 ## Calendar optimization |
54 | 63 |
55 The calendar view relies on an optional part of the Prosody archive | 64 The calendar view relies on an optional part of the Prosody archive |
56 storage API that provides a list of every valid date. If this is | 65 storage API that provides a list of every valid date. If this is |
57 unavailable then the module queries for the first and the last messages | 66 unavailable then the module queries for the first and the last messages |