ejabberd-contrib/mod_s2s_log
Badlop 04f4489427 Convert modules README.txt to markdown syntax 2022-08-12 10:45:09 +02:00
..
conf Enable some modules when installed, if they work with reasonable default config 2022-07-26 15:41:21 +02:00
src Add mod_status/0 to show its current status in WebAdmin 2022-07-26 15:41:23 +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 Convert modules README.txt to markdown syntax 2022-08-12 10:45:09 +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.

You can use it by adding the following lines ejabberd.yml:

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