# HG changeset patch # User james@chatid.com # Date 1323686887 0 # Node ID b13c6033377c242c2f39404a514195ff1e46f41d # Parent 1c53626aadde265a893938b1d635a1940b9388e6 Created mod_storage_mondodb wiki page. diff -r 1c53626aadde -r b13c6033377c mod_storage_mondodb.wiki --- /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