comparison mod_storage_muconference_readonly/README.markdown @ 2226:9754eedbc4d1

mod_storage_ejabberdsql_readonly, mod_storage_muconference_readonly: Actually fix the links.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 01 Jul 2016 00:31:09 +0100
parents 4c3bcc56c51e
children
comparison
equal deleted inserted replaced
2225:4c3bcc56c51e 2226:9754eedbc4d1
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](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](mod_migrate) to migrate from MU-Conference’s SQL 15 [mod_migrate] to migrate from MU-Conference’s SQL storage.
16 storage.
17 16
18 You may need to convert your 'rooms' and 'rooms\_lists' tables to 17 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 18 utf8mb4 before running that script, in order not to end up with
20 mojibake. Note that MySQL doesn’t support having more than 19 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 20 191 characters in the jid field in this case, so you may have to change
29 In Prosody's configuration file, set: 28 In Prosody's configuration file, set:
30 29
31 storage = "muconference_readonly" 30 storage = "muconference_readonly"
32 31
33 MUConferenceSQL options are the same as the [SQL 32 MUConferenceSQL options are the same as the [SQL
34 ones](doc:modules:mod_storage_sql#usage). 33 ones][doc:modules:mod_storage_sql#usage].
35 34
36 Compatibility 35 Compatibility
37 ============= 36 =============
38 37
39 ------- --------------------------- 38 ------- ---------------------------