comparison mod_storage_ejabberdsql_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 Ejabberd’s SQL backend. It depends on 11 This is a storage backend using Ejabberd’s SQL backend. It depends on
12 [LuaDBI](doc:depends#luadbi) 12 [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 Ejabberd’s SQL backend. 15 [mod_migrate] to migrate from Ejabberd’s SQL backend.
16 16
17 Configuration 17 Configuration
18 ============= 18 =============
19 19
20 Copy the module to the prosody modules/plugins directory. 20 Copy the module to the prosody modules/plugins directory.
22 In Prosody's configuration file, set: 22 In Prosody's configuration file, set:
23 23
24 storage = "ejabberdsql_readonly" 24 storage = "ejabberdsql_readonly"
25 25
26 EjabberdSQL options are the same as the [SQL 26 EjabberdSQL options are the same as the [SQL
27 ones](doc:modules:mod_storage_sql#usage). 27 ones][doc:modules:mod_storage_sql#usage].
28 28
29 Compatibility 29 Compatibility
30 ============= 30 =============
31 31
32 ------- --------------------------- 32 ------- ---------------------------