Does openfire support User / contact blocking?

点点圈 提交于 2019-12-04 04:00:55

问题


Does openfire support User / contact blocking??

I am creating a XMPP based chat. Now i want my users to have a facility by which they can actively block a certain person from chatting with them.

I know XMPP have defined an extension for communications blocking (defined in Privacy Lists[XEP-0016]), as well as a stripped-down interface to privacy lists (defined in Simple Communications Blocking [XEP-0191]).

But when implementing these extension a server request of blocking the user gives me a response

My questions is does openfire(I am using Openfire 3.7.1) supports these extensions if yes where should I go and enable the plugging if not what is the alternate available


回答1:


Openfire supports the privacy list XEP (and has been since a long time, including the 3.7.1.release that you're referring to). The Spark client (another project on IgniteRealtime.org) can make use of this. This client also sports a debug window, in which you can see what related XMPP stanzas are exchanged to set up the list.



来源:https://stackoverflow.com/questions/12142048/does-openfire-support-user-contact-blocking

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!