Software / code / prosody-modules
Comparison
mod_storage_xmlarchive/README.markdown @ 1969:e63dba236a2a
mod_storage_xmlarchive: Use datamanager.append_raw (had that code duplicated here)
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 12 Dec 2015 03:30:06 +0100 |
| parent | 1940:453eee191e18 |
| child | 2026:8397008b4a26 |
comparison
equal
deleted
inserted
replaced
| 1968:95ad6e68e203 | 1969:e63dba236a2a |
|---|---|
| 21 storage = { | 21 storage = { |
| 22 archive2 = "xmlarchive" | 22 archive2 = "xmlarchive" |
| 23 } | 23 } |
| 24 ``` | 24 ``` |
| 25 | 25 |
| 26 To use it with [mod\_mam\_muc] or [mod_http_muc_log]: | 26 To use it with [mod\_mam\_muc] or [mod\_http\_muc\_log]: |
| 27 | 27 |
| 28 ``` lua | 28 ``` lua |
| 29 storage = { | 29 storage = { |
| 30 muc_log = "xmlarchive" | 30 muc_log = "xmlarchive" |
| 31 } | 31 } |
| 32 ``` | 32 ``` |
| 33 | 33 |
| 34 Refer to [Prosodys data storage | 34 Refer to [Prosodys data storage documentation][doc:storage] for more |
| 35 documentation](https://prosody.im/doc/storage) for more information. | 35 information. |
| 36 | 36 |
| 37 Note that this module does not implement the "keyval" storage method and | 37 Note that this module does not implement the "keyval" storage method and |
| 38 can't be used by anything other than archives. | 38 can't be used by anything other than archives. |
| 39 | 39 |
| 40 Compatibility | 40 Compatibility |