Mercurial > prosody-modules
comparison mod_http_muc_log/README.markdown @ 1976:cd36e5bf00b3
Various READMEs: Update to reflect rename of mod_storage_sql2 → mod_storage_sql
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 17 Dec 2015 16:48:11 +0100 |
| parents | 79b9bd84b91c |
| children | cc29ec49776d |
comparison
equal
deleted
inserted
replaced
| 1975:bdd3e3bfc219 | 1976:cd36e5bf00b3 |
|---|---|
| 29 "mam_muc"; | 29 "mam_muc"; |
| 30 "http_muc_log"; | 30 "http_muc_log"; |
| 31 ..... | 31 ..... |
| 32 } | 32 } |
| 33 storage = { | 33 storage = { |
| 34 muc_log = "sql2"; -- for example | 34 muc_log = "sql"; -- for example |
| 35 } | 35 } |
| 36 | 36 |
| 37 The web interface would then be reachable at the address: | 37 The web interface would then be reachable at the address: |
| 38 | 38 |
| 39 http://conference.example.com:5280/muc_log/ | 39 http://conference.example.com:5280/muc_log/ |
