view mod_storage_ejabberdsql_readonly/README.markdown @ 2224:20accfa5b6d6

mod_storage_ejabberdsql_readonly, mod_storage_muconference_readonly: Fix table rendering.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 01 Jul 2016 00:09:57 +0100
parents c3ad652cb71f
children 4c3bcc56c51e
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](https://prosody.im/doc/depends#luadbi)

This module only works in read-only, and was made to be used by
[mod\_migrate](https://modules.prosody.im/mod_migrate.html) 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
[https://prosody.im/doc/modules/mod\_storage\_sql](SQL ones):

Compatibility
=============

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