iOS XMPP 框架阻止/隐私选项?
我正在为 iOS 开发一个基于 XMPP 的聊天客户端。要求之一是能够“阻止”用户。 XMPP 规范有几个选项(XEP-0016、XEP-0191),但是我还没有找到任何可用的 XMPP 框架扩展?看起来这将是一个非常基本的功能?我总是可以走简单的路线,只需在本地保存被阻止的 JID 列表并过滤掉传入的消息,但它不会以这种方式在设备之间传输。另一种选择是编写扩展,这可能超出预算/时间范围要求。我在这里错过了什么吗?是否有内置的方法可以做到这一点或已经存在扩展?
I am developing a XMPP based chat client for iOS. One of the requirements is the ability to "block" users. The XMPP specifications have a few options (XEP-0016, XEP-0191) however I have yet to be able to find any extensions for the XMPP Framework that are already available? It seems like this would be a pretty basic feature? I could always go the easy route and just save a list of blocked JIDs locally and filter out incoming messages, however it will not transfer between devices this way. The other option is to write an extension, which might be out of the budget/time frame requirements. Am I missing something here? Is there a built in way to do this or an extension already out there?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它可能是一项基本功能,但没有人需要它来为该项目提供实现。
It may be a basic feature, but no one that has needed it has contributed an implementation to the project.