Does openfire support user / contact blocking?

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

+4
source share
1 answer

Openfire maintains the XEP privacy list (and has been since then for a long time, including the 3.7.1.release you are talking about). The Spark client (another project on IgniteRealtime.org) can use this. This client also has a debug window in which you can see which XMPP lines associated with it are exchanged to configure the list.

+1
source

All Articles