使用 smack 的 Windows Live Messenger 连接超时
我正在尝试使用 Smack 连接到 Windows Live Messenger,使用 https://github.com/liveservices 中提供的示例代码/LiveSDK。不幸的是,使用完全相同的代码会给我带来连接超时:
XMPPErrorconnectingtomessenger.live.com:5222.:remote-server-error(502) XMPPErrorconnectingtomessenger.live.com:5222
有人设法使用该库进行连接吗?也许那里有一个错误。仅供参考,我正确获取了访问令牌,在尝试连接之前授权了应用程序。
I am trying to connect to Windows Live Messenger using Smack, using the sample code available at https://github.com/liveservices/LiveSDK. Unfortunately, using the exact same code gives me a connection timeout:
XMPPError connecting to messenger.live.com:5222.: remote-server-error(502) XMPPError connecting to messenger.live.com:5222
Did anybody managed to connect using the library? maybe there's a mistake there. FYI, I got the access token correctly, authorised the app before trying to connect.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
哦,好吧,我实际上缺少令牌的 wl.messenger 范围,仅此而已!
Oh well I was actually missing the wl.messenger scope for the token, that's all!