view mod_s2s_whitelist/README.markdown @ 4691:1f1dbf652b37

mod_muc_require_tos: Send the message after the subject, once the client is fully joined
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Thu, 16 Sep 2021 22:32:59 +0200
parents 6e5bde0879ad
children 313937349fbc
line wrap: on
line source

This module lets you block connections to any remote servers not on a
whitelist.

``` {.lua}
s2s_whitelist = {
    "example.org",
}
```