Mercurial > prosody-wiki
annotate mod_couchdb.wiki @ 172:5bbdbce10b0a
Edited wiki page mod_smacks through web user interface.
author | MWild1 |
---|---|
date | Sat, 26 Mar 2011 04:41:44 +0000 |
parents | 33147609a765 |
children | 3b8d6c25756f |
rev | line source |
---|---|
142 | 1 #summary A CouchDB backend for Prosody |
2 #labels Stage-Alpha | |
3 | |
4 = Introduction = | |
5 | |
6 This is an experimental Prosody backend for CouchDB. | |
7 | |
8 = Configuration = | |
146
33147609a765
mod_couchdb: Updated docs to reflect the new storage system (simpler now).
Waqas Hussain <waqas20@gmail.com>
parents:
142
diff
changeset
|
9 In your config file, under the relevant host, add: |
142 | 10 {{{ |
11 datastore = "couchdb"; | |
12 couchdb_url = "http://127.0.0.1:5984/database-name"; | |
13 }}} | |
14 | |
15 = Compatibility = | |
16 | |
17 Only works with trunk. As the trunk API is in flux, update this module as well when you update trunk. | |
18 | |
19 = Quirks = | |
20 | |
21 This implementation is a work in progress. | |
22 | |
23 * The data stored in couchdb is limited to: account data, rosters, private XML and vCards |