Does openfire support user / contact blocking?
I am creating an XMPP based chat. Now I want my users to have a means by which they can actively block a specific person in a chat with them.
I know that XMPP has defined an extension for communication blocking (defined in the privacy lists [XEP-0016]), as well as a truncated interface for privacy lists (defined in the Simple Communication Blocking section [XEP-0191]).
But when implementing these extensions, the server request for blocking the user gives me an answer
My questions: openfire (I use Openfire 3.7.1) supports these extensions, if so, where should I go, and enable inclusion, if not, what is an alternative available
source share