mod_storage_ejabberdsql_readonly

Introduction

This is a storage backend using Ejabberd’s SQL backend. It depends on LuaDBI

This module only works in read-only, and was made to be used by 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.

Compatibility

trunk Works
0.10 Untested, but should work
0.9 Does not work

Installation

With the plugin installer in Prosody 0.12 you can use:

sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_storage_ejabberdsql_readonly

For earlier versions see the documentation for installing 3rd party modules