xmpp 使用哪个头像协议
我们目前使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.