-
Notifications
You must be signed in to change notification settings - Fork 3
gage/mod_chat_log_mongodb
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
* Requirement:
erlmongo
* Configuration:
ejabberd.cfg
{mod_chat_log_mongodb, [{hosts, ["localhost:27017"]}, {db, "xmpp"}, {collection, "message"}]},
* Usage
I've included a sample ./run script to get things up and running quickly. You'll need
to change paths and remove the lager portion if you don't use it. In production these
should probably be real app dependencies.
About
Logging ejabberd(xmpp) message to mongodb
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published