mod_s2s_blacklist/README.markdown
author Kim Alvefur <zash@zash.se>
Fri, 17 Aug 2018 09:49:27 +0200
changeset 4140 d2a9aa27169d
parent 3158 59dd0cdae560
child 5187 3b5358934d15
permissions -rw-r--r--
mod_muc_search: Implementation of the search.jabber.network XMPP API https://search.jabber.network/docs/api#xmpp

This module lets you block connections to remote servers at the s2s
level.

``` {.lua}
s2s_blacklist = {
    "proxy.eu.jabber.org",
}
```