Mercurial > prosody-modules
comparison mod_storage_muconference_readonly/README.markdown @ 2225:4c3bcc56c51e
mod_storage_ejabberdsql_readonly, mod_storage_muconference_readonly: Make links use the better syntax.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 01 Jul 2016 00:19:14 +0100 |
parents | 20accfa5b6d6 |
children | 9754eedbc4d1 |
comparison
equal
deleted
inserted
replaced
2224:20accfa5b6d6 | 2225:4c3bcc56c51e |
---|---|
7 | 7 |
8 Introduction | 8 Introduction |
9 ============ | 9 ============ |
10 | 10 |
11 This is a storage backend using MU-Conference’s SQL storage. It depends | 11 This is a storage backend using MU-Conference’s SQL storage. It depends |
12 on [LuaDBI](https://prosody.im/doc/depends#luadbi) | 12 on [LuaDBI](doc:depends#luadbi) |
13 | 13 |
14 This module only works in read-only, and was made to be used by | 14 This module only works in read-only, and was made to be used by |
15 [mod\_migrate](https://modules.prosody.im/mod_migrate.html) to migrate | 15 [mod\_migrate](mod_migrate) to migrate from MU-Conference’s SQL |
16 from MU-Conference’s SQL storage. | 16 storage. |
17 | 17 |
18 You may need to convert your 'rooms' and 'rooms\_lists' tables to | 18 You may need to convert your 'rooms' and 'rooms\_lists' tables to |
19 utf8mb4 before running that script, in order not to end up with | 19 utf8mb4 before running that script, in order not to end up with |
20 mojibake. Note that MySQL doesn’t support having more than | 20 mojibake. Note that MySQL doesn’t support having more than |
21 191 characters in the jid field in this case, so you may have to change | 21 191 characters in the jid field in this case, so you may have to change |
28 | 28 |
29 In Prosody's configuration file, set: | 29 In Prosody's configuration file, set: |
30 | 30 |
31 storage = "muconference_readonly" | 31 storage = "muconference_readonly" |
32 | 32 |
33 MUConferenceSQL options are the same as the | 33 MUConferenceSQL options are the same as the [SQL |
34 [https://prosody.im/doc/modules/mod\_storage\_sql](SQL ones): | 34 ones](doc:modules:mod_storage_sql#usage). |
35 | 35 |
36 Compatibility | 36 Compatibility |
37 ============= | 37 ============= |
38 | 38 |
39 ------- --------------------------- | 39 ------- --------------------------- |