view mod_couchdb.wiki @ 178:6257b08d7b1f

mod_sms_clickatell: Wiki page cleanups
author phil.stewart@gmail.com
date Sun, 03 Apr 2011 22:00:30 +0000
parents 33147609a765
children 3b8d6c25756f
line wrap: on
line source

#summary A CouchDB backend for Prosody
#labels Stage-Alpha

= 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