# HG changeset patch # User james@chatid.com # Date 1323687010 0 # Node ID 2890500db303ebd26c748a9bfe0644bb4b324be2 # Parent b3765cdb67bcdd85d3c1c35bdeab0ea28dff7d16 Rename wiki page for mod_storage_mongo from mondo diff -r b3765cdb67bc -r 2890500db303 mod_storage_mongodb.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_storage_mongodb.wiki Mon Dec 12 10:50:10 2011 +0000 @@ -0,0 +1,27 @@ +#summary MongoDB Storage Module + += 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