嗨,我已经在我的服务器中安装了 ejabberd 16.04.43 并根据我的需要运行。
现在我有新的要求来阻止特定的人访问特定的用户
让我考虑几个用户:
kandan
cash
mani
kumar
lokesh
他们每个人在 ejabberd 中都有一个特定的 jabber id,他们通过使用命令相互交互
add rosteritem
现在我需要的是,
**kandan blocks cash** such that any further message from kandan to cash or from cash to kandan should not deliver each other , so can anyone tell me how to implement?
我安装了 mod_block ,但附近没有地方可以回答我的预期..!!!