XMPP traffic logging (ejabberd 13.12) -


it seems mod_logxml module not compatible ejabberd 13.12 version. ejabberd fails start when module installed.

my question - there way how log (file, database, etc) xmpp packets send , received ejabberd?

i've changed mod_logxml.erl work ejabberd 13.12. have put in

ejabberd/src/

configs ejabberd.yml format:

mod_logxml: stanza: [message, other] direction: [external] orientation: [send, recv] logdir: "/var/jabber/logs/" timezone: universal rotate_days: 1 rotate_megs: 100 rotate_kpackets: no check_rotate_kpackets: 1

repository


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -