ejabberd-contrib/mod_s2s_log/README.md

14 lines
326 B
Markdown
Raw Normal View History

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`:
```yaml
modules:
mod_s2s_log:
filename: "/path/to/s2s.log"
```