Software /
code /
prosody-modules
File
mod_storage_ejabberdsql_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 |
parent | 2224:20accfa5b6d6 |
child | 2226:9754eedbc4d1 |
line wrap: on
line source
--- labels: - 'Type-Storage' - 'Stage-Alpha' summary: Ejabberd SQL Read-only Storage Module ... Introduction ============ This is a storage backend using Ejabberd’s SQL backend. It depends on [LuaDBI](doc:depends#luadbi) This module only works in read-only, and was made to be used by [mod\_migrate](mod_migrate) to migrate from Ejabberd’s SQL backend. Configuration ============= Copy the module to the prosody modules/plugins directory. In Prosody's configuration file, set: storage = "ejabberdsql_readonly" EjabberdSQL options are the same as the [SQL ones](doc:modules:mod_storage_sql#usage). Compatibility ============= ------- --------------------------- trunk Works 0.10 Untested, but should work 0.9 Does not work ------- ---------------------------