Software /
code /
prosody-modules
Changeset
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 | 2225:4c3bcc56c51e |
children | 2227:7356d722e180 |
files | mod_storage_ejabberdsql_readonly/README.markdown mod_storage_muconference_readonly/README.markdown |
diffstat | 2 files changed, 6 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_storage_ejabberdsql_readonly/README.markdown Fri Jul 01 00:19:14 2016 +0100 +++ b/mod_storage_ejabberdsql_readonly/README.markdown Fri Jul 01 00:31:09 2016 +0100 @@ -9,10 +9,10 @@ ============ This is a storage backend using Ejabberd’s SQL backend. It depends on -[LuaDBI](doc:depends#luadbi) +[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. +[mod_migrate] to migrate from Ejabberd’s SQL backend. Configuration ============= @@ -24,7 +24,7 @@ storage = "ejabberdsql_readonly" EjabberdSQL options are the same as the [SQL -ones](doc:modules:mod_storage_sql#usage). +ones][doc:modules:mod_storage_sql#usage]. Compatibility =============
--- a/mod_storage_muconference_readonly/README.markdown Fri Jul 01 00:19:14 2016 +0100 +++ b/mod_storage_muconference_readonly/README.markdown Fri Jul 01 00:31:09 2016 +0100 @@ -9,11 +9,10 @@ ============ This is a storage backend using MU-Conference’s SQL storage. It depends -on [LuaDBI](doc:depends#luadbi) +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 MU-Conference’s SQL -storage. +[mod_migrate] to migrate from MU-Conference’s SQL storage. You may need to convert your 'rooms' and 'rooms\_lists' tables to utf8mb4 before running that script, in order not to end up with @@ -31,7 +30,7 @@ storage = "muconference_readonly" MUConferenceSQL options are the same as the [SQL -ones](doc:modules:mod_storage_sql#usage). +ones][doc:modules:mod_storage_sql#usage]. Compatibility =============