Software /
code /
prosody-modules
Comparison
mod_storage_xmlarchive/README.markdown @ 3451:7b97abf26612
mod_storage_xmlarchive/README: Change example to match Prosodys mod_mam
archive2 is the mod_mam in community modules
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 20 Jan 2019 18:18:02 +0100 |
parent | 3434:a6722a35f35e |
child | 3459:471855552f49 |
comparison
equal
deleted
inserted
replaced
3450:9b6206f23151 | 3451:7b97abf26612 |
---|---|
22 | 22 |
23 To use this with [mod\_mam] add this to your config: | 23 To use this with [mod\_mam] add this to your config: |
24 | 24 |
25 ``` lua | 25 ``` lua |
26 storage = { | 26 storage = { |
27 archive2 = "xmlarchive" | 27 archive = "xmlarchive" |
28 } | 28 } |
29 ``` | 29 ``` |
30 | 30 |
31 To use it with [mod\_mam\_muc] or [mod\_http\_muc\_log]: | 31 To use it with [mod\_mam\_muc] or [mod\_http\_muc\_log]: |
32 | 32 |