mod_s2s_whitelist/README.markdown
author Jonas Schäfer <jonas@wielicki.name>
Wed, 29 Mar 2023 17:52:21 +0200
changeset 5294 dddac5a3f447
parent 5188 313937349fbc
permissions -rw-r--r--
mod_vcard_muc: take roles into account for access check This allows admins on the MUC component to force-set avatars, even if they are not owners in a particular MUC, similar to how they are granted auto-ownership in other contexts.

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

``` {.lua}
modules_enabled = {
    -- other modules --
    "s2s_whitelist",

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