1

I have a scenarios where users in rosters are communicating with each other but sometime we have to block communication from backend between two users.

How to can I block communication in this way

For Guru
  • 1,197
  • 13
  • 23

1 Answers1

2

I think there is no way in ejabberd or in the existing modules to configure something like this.

The more similar thing I could find is an old module that allowed to block communication between vhosts, but it doesn't work in newer versions, and anyway it didn't really solve what you want: https://www.ejabberd.im/mod_filter/index.html and https://github.com/knobo/mod_filter

Badlop
  • 3,840
  • 1
  • 8
  • 9