Mercurial > prosody-modules
comparison mod_couchdb/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 28 Aug 2015 18:03:58 +0200 |
parents | mod_couchdb/README.wiki@29f3d6b7ad16 |
children |
comparison
equal
deleted
inserted
replaced
1802:0ab737feada6 | 1803:4d73a1a6ba68 |
---|---|
1 --- | |
2 labels: | |
3 - 'Stage-Alpha' | |
4 - 'Type-Storage' | |
5 summary: A CouchDB backend for Prosody | |
6 ... | |
7 | |
8 ***Note:** This module needs updating to the 0.8 storage module API.* | |
9 | |
10 Introduction | |
11 ============ | |
12 | |
13 This is an experimental Prosody backend for CouchDB. | |
14 | |
15 Configuration | |
16 ============= | |
17 | |
18 In your config file, under the relevant host, add: | |
19 | |
20 datastore = "couchdb"; | |
21 couchdb_url = "http://127.0.0.1:5984/database-name"; | |
22 | |
23 Compatibility | |
24 ============= | |
25 | |
26 This module was developed as a prototype during development of the | |
27 storage provider API in Prosody 0.8. The final storage provider API is | |
28 different, so this module needs updates to work. | |
29 | |
30 Quirks | |
31 ====== | |
32 | |
33 This implementation is a work in progress. | |
34 | |
35 - The data stored in couchdb is limited to: account data, rosters, | |
36 private XML and vCards |