comparison mod_storage_xmlarchive/README.markdown @ 2855:7713cd4fff8f

mod_storage_xmlarchive/README: Fix typo
author Kim Alvefur <zash@zash.se>
date Thu, 28 Dec 2017 22:34:41 +0100
parents 687b19cad4f5
children a6722a35f35e
comparison
equal deleted inserted replaced
2854:687b19cad4f5 2855:7713cd4fff8f
60 prosodyctl mod_storage_xmlarchive convert $DIR internal $STORE $JID 60 prosodyctl mod_storage_xmlarchive convert $DIR internal $STORE $JID
61 ``` 61 ```
62 62
63 Where `$DIR` is `to` or `from`, `$STORE` is e.g. `archive` or `archive2` 63 Where `$DIR` is `to` or `from`, `$STORE` is e.g. `archive` or `archive2`
64 for MAM and `muc_log` for MUC logs. Finally, `$JID` is the JID of the 64 for MAM and `muc_log` for MUC logs. Finally, `$JID` is the JID of the
65 user or MUC room to me migrated, which can be repeated. 65 user or MUC room to be migrated, which can be repeated.
66 66
67 Data structure 67 Data structure
68 ============== 68 ==============
69 69
70 Data is split in three kinds of files and messages are grouped by day. 70 Data is split in three kinds of files and messages are grouped by day.