¿How to configure users so they can only see a supervisor?

Hello,

Is there a way to configure Openfire so that the all the users can only see/chat with only one?

I’m trying to put this scenario:

Customers services Users can see/chat with the Supervisor, but customers services users can’t see/chat between them.

Thank you

Hi,

you may want to take a look at the Packet Filter Plugin. It allows to block communication within one group and similar things.

LG

Ok, I’ll try that.

Thank you.

The Packet Filter Plugin works flawlessly.

I created 2 groups:

-Supervisor

-Clients

And with Packet Filter I created this rules:

Pass “Supervisor” “Clients” Any

Pass “Clients” “Supervisor” Any

Drop Any Any Any

The clients only see/chat supervisor.

Thx LG