view mod_couchdb.wiki @ 204:b3095d15dd90

mod_register_url: A little cleanup for the docs.
author waqas20
date Fri, 02 Sep 2011 08:11:29 +0000
parents 3b8d6c25756f
children 7a0d1a7355f4
line wrap: on
line source

#summary A CouchDB backend for Prosody
#labels Stage-Alpha,Type-Storage

_*Note:* This module needs updating to the 0.8 storage module API._

= Introduction =

This is an experimental Prosody backend for CouchDB.

= Configuration =
In your config file, under the relevant host, add:
{{{
datastore = "couchdb";
couchdb_url = "http://127.0.0.1:5984/database-name";
}}}

= Compatibility =

Only works with trunk. As the trunk API is in flux, update this module as well when you update trunk.

= Quirks =

This implementation is a work in progress.

 * The data stored in couchdb is limited to: account data, rosters, private XML and vCards