Adding a module w/o recompiling

I installed ejabberd from the Debian package.
It is working fine !
Before openning the service to ~30 users, I would like to make sure I can log all the actions on the server (registration, conversations, ...).

Apprently the server needs to be recompiled after the module "mod_logxml.erl" has been added.

Isn't there any other way to do this ... ?

Tx,

\T,

Just the file you want

You just need to compile the module you want.

In fact, you can compile the module on your home PC, and copy the mod_logxml.beam file to the server machine. Make sure to use the same Erlang version.

Syndicate content