Mercurial > prosody-modules
view mod_couchdb/README.markdown @ 4841:f69c5a443156
mod_rest: Fix nested message stanzas in XEP-0297 containers
It's all a bit awkward because it doesn't normally use the whole schema
directly, but rather checks which stanza type is used and picks out that
property as a schema. Which also prevents references from working.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 29 Dec 2021 19:40:28 +0100 |
parents | 4d73a1a6ba68 |
children |
line wrap: on
line source
--- 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