Software /
code /
prosody-modules
Comparison
mod_storage_ejabberdsql_readonly/README.markdown @ 2223:c3ad652cb71f
mod_storage_ejabberdsql_readonly: Initial commit
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Thu, 30 Jun 2016 05:27:02 +0100 |
child | 2224:20accfa5b6d6 |
comparison
equal
deleted
inserted
replaced
2222:51596d73157e | 2223:c3ad652cb71f |
---|---|
1 --- | |
2 labels: | |
3 - 'Type-Storage' | |
4 - 'Stage-Alpha' | |
5 summary: Ejabberd SQL Read-only Storage Module | |
6 ... | |
7 | |
8 Introduction | |
9 ============ | |
10 | |
11 This is a storage backend using Ejabberd’s SQL backend. It depends on | |
12 [LuaDBI](https://prosody.im/doc/depends#luadbi) | |
13 | |
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 | |
16 from Ejabberd’s SQL backend. | |
17 | |
18 Configuration | |
19 ============= | |
20 | |
21 Copy the module to the prosody modules/plugins directory. | |
22 | |
23 In Prosody's configuration file, set: | |
24 | |
25 storage = "ejabberdsql_readonly" | |
26 | |
27 EjabberdSQL options are the same as the | |
28 [https://prosody.im/doc/modules/mod\_storage\_sql](SQL ones): | |
29 | |
30 Compatibility | |
31 ============= | |
32 | |
33 ------- --------------------------- | |
34 trunk Works | |
35 ------- --------------------------- | |
36 0.10 Untested, but should work | |
37 ------- --------------------------- | |
38 0.9 Does not work | |
39 ------- --------------------------- |