changeset 243:b13c6033377c

Created mod_storage_mondodb wiki page.
author james@chatid.com
date Mon, 12 Dec 2011 10:48:07 +0000
parents 1c53626aadde
children b3765cdb67bc
files mod_storage_mondodb.wiki
diffstat 1 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_storage_mondodb.wiki	Mon Dec 12 10:48:07 2011 +0000
@@ -0,0 +1,28 @@
+#summary MondoDB Storage Module
+#labels storage
+
+= Introduction =
+
+This is a storage backend that uses MongoDB.
+Depends on [https://github.com/mwild1/luamongo luamongo bindings]
+
+= Configuration =
+
+Copy the module to the prosody modules/plugins directory.
+
+In Prosody's configuration file, set:
+{{{
+    storage = "mongodb"
+}}}
+
+MongoDB options are:
+|| *Name*    || *Description*                                                     ||
+|| server    || hostname:port                                                     ||
+|| dbname    || the database to use                                               ||
+|| username  || your username for the given database                              ||
+|| password  || your password for the given database (either raw or pre-digested) ||
+|| is_digest || whether the password field has been pre-digested                  ||
+
+= Compatibility =
+
+|| trunk || Untested, but should work ||
\ No newline at end of file