XMPP 消息未在 openfire 上传递
早些时候,我使用 smack 作为客户端库并将消息发送到 openfire,它工作正常。
现在我想使用 netty 和 smack 来建立连接。我能够创建通道并且 openfire 向我显示创建的连接,但我无法将注册数据包发送到 openfire。我正在通道上写入数据包,但它没有在开火时交付。
你能帮忙吗?
Earlier I was using smack as the client side library and sending the message to the openfire and it was working properly.
Now I want to use netty along with smack to establish the connection. I am able to create the channel and openfire shows me the connection created but I am not able to send the Registration packet to the openfire. I am writing the packet on the channel but its not getting delivered at the openfire.
Can you please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
更多
发布评论
评论(1)
使用wireshark查看XMPP报文是否送达。
如果没有,您需要检查您的代码。
Use wireshark to see if the XMPP packets are been delivered.
If not you need to check your code.