Mercurial > prosody-modules
comparison mod_storage_xmlarchive/README.markdown @ 2818:88474dd1af48
Various READMEs: s/eg/e.g.g/
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 10 Nov 2017 05:33:28 +0100 |
parents | f052b62c653c |
children | 687b19cad4f5 |
comparison
equal
deleted
inserted
replaced
2817:f052b62c653c | 2818:88474dd1af48 |
---|---|
58 | 58 |
59 ``` bash | 59 ``` bash |
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 eg `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 me migrated, which can be repeated. |