使用 smack 的 Windows Live Messenger 连接超时

发布于 2024-12-11 11:51:22 字数 395 浏览 4 评论 0原文

我正在尝试使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蘑菇王子 2024-12-18 11:51:22

哦,好吧,我实际上缺少令牌的 wl.messenger 范围,仅此而已!

Oh well I was actually missing the wl.messenger scope for the token, that's all!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文