Note: This module needs updating to the 0.8 storage module API.
This is an experimental Prosody backend for CouchDB.
In your config file, under the relevant host, add:
datastore = "couchdb";
couchdb_url = "http://127.0.0.1:5984/database-name";
This module was developed as a prototype during development of the storage provider API in Prosody 0.8. The final storage provider API is different, so this module needs updates to work.
This implementation is a work in progress.
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_couchdb
For earlier versions see the documentation for installing 3rd party modules