Name: mod_logdb Purpose: Log user messages to DB (mnesia, mysql or pgsql) Author: Oleg Palij malik Type: Module and patch Requirements: ejabberd 1.1.x Download: mod_logdb page
This module sniffs all the user messages send through ejabberd. It logs messages to selected database (mnesia, mysql, pgsql). The logged messages can be viewed through ejabberd web admin interface. Module settings and per user settings can be changed by admin/user via ad-hoc commands. User logging settings can be changed via web admin console.
Note that this module is intended for administrators that need to log their users. It is not possible for the users to view their own messages (you can install the web application Jorge for that topic).



Does this work with
Does this work with ejabberd-2.1.5? I applied the patch, built ejabberd, installed it and configured mod_logdb but somehow the tables do not appear on the specified host.
Or is the use of odbc for the whole jabber server a dependency for that?