xmpp 使用哪个头像协议

发布于 2024-10-20 03:37:29 字数 117 浏览 0 评论 0原文

我们目前使用 openfire 服务器进行 XMPP 聊天,并使用 vcard 提供头像服务,但是有 4 种不同的头像服务方式,有些客户端并不支持所有这些方式。

通过 xmpp 使用头像的最佳方法是什么?

We are currently using openfire server for XMPP chat and serve avatars using vcards how ever there are like 4 different ways of serving avatars and some clients dont support all of them.

What is the best method to use for avatars over xmpp?

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

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

发布评论

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

评论(1

绝對不後悔。 2024-10-27 03:37:29

XEP-0153 是实施最广泛的,但它在几乎所有其他方向上都是最差的。请确保仔细测试您的散列代码,并进行负缓存,这样您就不会以客户端发送 vCard 请求的速度不断向每个人发送垃圾邮件。

XEP-0153 is the most widely-implemented, but it's the worst in almost every other direction. Please make sure to test your hashing code carefully, and to do negative caching, so that you don't end up constantly re-spamming everyone with vCard requests as fast as your client can send them out.

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