ejabberd-contrib/mod_s2s_log
Paweł Chmielowski 8a91598b04 Fix path conversion in mod_s2s_log 2023-04-27 13:28:56 +02:00
..
conf Enable some modules when installed, if they work with reasonable default config 2022-07-26 15:41:21 +02:00
src Fix path conversion in mod_s2s_log 2023-04-27 13:28:56 +02:00
COPYING Cleanup for module packaging support in ejabberd 2015-03-11 14:19:35 +01:00
ChangeLog Initial import from ejabberd-modules SVN 2013-04-15 12:03:14 +02:00
README.md Reword modules documentation to reflect the usage of local configuration files 2022-08-12 10:52:20 +02:00
mod_s2s_log.spec Cleanup for module packaging support in ejabberd 2015-03-11 14:19:35 +01:00

README.md

mod_s2s_log - Log all s2s connections in a file

This module can be used to keep track of other XMPP servers your server has been connected with.

Example configuration:

modules:
  mod_s2s_log:
    filename: "/path/to/s2s.log"