Software /
code /
prosody-modules
Diff
mod_couchdb/README.md @ 6003:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
author | Menel <menel@snikket.de> |
---|---|
date | Tue, 22 Oct 2024 10:26:01 +0200 |
parent | 1803:4d73a1a6ba68 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_couchdb/README.md Tue Oct 22 10:26:01 2024 +0200 @@ -0,0 +1,36 @@ +--- +labels: +- 'Stage-Alpha' +- 'Type-Storage' +summary: A CouchDB backend for Prosody +... + +***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 +============= + +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. + +Quirks +====== + +This implementation is a work in progress. + +- The data stored in couchdb is limited to: account data, rosters, + private XML and vCards