# HG changeset patch # User MWild1 # Date 1302129588 0 # Node ID 3b8d6c25756f5d479c3fb3dea6cb99bd4ac4e032 # Parent dbe3fcc3dbbb08808b5322d3c404813d087ea49c Add Type-Storage tag, and a note that this module needs updating. diff -r dbe3fcc3dbbb -r 3b8d6c25756f mod_couchdb.wiki --- a/mod_couchdb.wiki Wed Apr 06 22:37:15 2011 +0000 +++ b/mod_couchdb.wiki Wed Apr 06 22:39:48 2011 +0000 @@ -1,23 +1,25 @@ -#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 +#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 \ No newline at end of file