To implement the chat features in my application, I have an integrated XMPP infrastructure. There is no interlocutor request function, so users can send messages to other users without sending an interlocutor request. Due to this functionality, I did not create an application list or privacy list in the application, and there was an anonymous chat mode.
Everything works fine, with the exception of user functionality, since this is an anonymous user chat, so there is no privacy list for users, and the XMPP XEP-016 extension only supports blocking through the privacy list.
I also tried to find alternatives, and one of them is to implement XEP-0191, but, unfortunately, Open Fire does not support this extension.
So techies, please help me solve this problem. Below are my questions.
I need to create a list / privacy list to block the user in anonymous chat mode. This solution seems impractical since my application can have thousands of users.
Should I change the Jabber server from open fire to EJabber? Does Ejabber XEP-0191 support
In addition to the above, let me know if you know any other ways to bypass / block a user in anonymous chat mode in Jabber.
sandy
source share