ejabberd-contrib/mod_isolation
Badlop a95e657a21 Add simple mod_doc/0 to prevent warnings; they won't be used anyway 2021-07-06 21:02:29 +02:00
..
conf Add mod_isolation 2019-11-10 19:13:10 +03:00
src Add simple mod_doc/0 to prevent warnings; they won't be used anyway 2021-07-06 21:02:29 +02:00
COPYING Add mod_isolation 2019-11-10 19:13:10 +03:00
README.md Add mod_isolation 2019-11-10 19:13:10 +03:00
mod_isolation.spec Add mod_isolation 2019-11-10 19:13:10 +03:00

README.md

mod_isolation: Isolate virtual hosts from each other

The module blocks communication of users between different virtual hosts.

Configuration

The module doesn't have any options, so the simpliest way to configure is:

modules:
  ...
  mod_isolation: {}
  ...

Hint: if you also want to block whole s2s, use built-in ejabberd's s2s_access option:

s2s_access: none
...
modules:
  ...
  mod_isolation: {}
  ...