根据xep-0054,我正在尝试使用后端提供的 URI 设置 PHOTO vCard 属性,
<!-- Photograph property. Value is either a BASE64 encoded
binary value or a URI to the external content. -->
<!ELEMENT PHOTO ((TYPE, BINVAL) | EXTVAL)>
我正在使用ejabberdctl
扩展mod_admin_extra
程序。
ejabberdctl set_vcard foo chat.myjabber.com PHOTO http://link_to_image.jpg
ejabberdctl set_vcard2 foo chat.myjabber.com PHOTO EXTVAL http://link_to_image.jpg
但似乎不起作用,我在 pidgin & psy 中什么也没看到(值已正确保存在数据库中)
我正在运行 Archlinux、Pidgin 2.10.6 (libpurple 2.10.6) 和 ejabberd 2.1.11