OpenFire 或 XMPP 协议是否支持消息通知(待处理、已发送、已读),如 BBM (Blackberry Messenger)
我是初学者,需要帮助。
我目前正在参与一个项目,需要构建一个聊天应用程序(服务器端和客户端)。 经过进一步探索,最终我对XMPP产生了兴趣。
对于XMPP Server,我一直对支持XMPP协议的Openfire感兴趣。悬而未决的问题是 Openfire 是否可以扩展到消息通知的需求,消息通知是 Blackberry Messenger 的一个功能,可以确定消息是 PENDING、DELIVERED 还是已被客户端(用户)读取。
谁能帮助我吗?
I am a beginner and need help.
I am currently involved in a project, where required to build a chat application (server side and client side).
After further explore, eventually I was interested in XMPP.
For XMPP Server, I have been interested in the Openfire, which support XMPP Protocol. The question that remains unanswered is whether Openfire can be extended to the needs of Message Notification, which is a feature of the Blackberry Messenger which can determine whether a message is PENDING, DELIVERED, or has been READ by the client (user).
Can anyone help me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如(几乎!)重复线程提到的,这个问题似乎与 XEP-0184 有关。
另请参阅:
XEP-0079:高级消息处理
http://xmpp.org/extensions/xep-0079.html
讨论主题:XEP -0184 消息收据
http://community.igniterealtime.org/thread/35128
添加对 XEP-0184 的支持:消息交货收据
[状态:开放]
http://issues.igniterealtime.org/browse/OF-434
As the (almost!) duplicate thread mentions, this question seems to be about XEP-0184.
See also:
XEP-0079: Advanced Message Processing
http://xmpp.org/extensions/xep-0079.html
Discussion thread: XEP-0184 Message Receipts
http://community.igniterealtime.org/thread/35128
Add support for XEP-0184: Message Delivery Receipts
[Status: Open]
http://issues.igniterealtime.org/browse/OF-434