如何通过XMPP获取离线好友头像的哈希值?

发布于 2024-12-26 18:03:13 字数 148 浏览 1 评论 0原文

当我们登录时,我们需要获取未出现在线状态的好友头像的哈希值,但我没有收到任何包含未在线状态的好友头像哈希值的状态消息。 当然,出于性能原因,我们不能每次都向所有好友询问 vcard-temp。

当用户通过纯XMPP登录时,有什么方法可以获取未在线的好友头像的哈希值?

We need to get the hash of the avatar of a buddy who doesn't appear in online status when we are logged in but I don't get any presence message with the hash of the buddy's avatar who doesn't appear online.
Of course, we can't ask vcard-temp for all the buddies every time by performance reasons.

Is there any ways to get the hash of the avatar for buddies who doesn't appear online when a user logged in via pure XMPP?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

半世蒼涼 2025-01-02 18:03:14

缓存您上次在线看到它们时的内容吗?如果不更改所有发送客户端以将头像哈希放入 PEP 中,答案是“否”。

Cache it from the last time you saw them online? Without changing all of the sending clients to put the avatar hash in PEP like it should be, the answer is "no".

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