Expand description
XEP-0054: vcard-temp This module implements vCard, for the purpose of vCard-based avatars as defined in XEP-0054.
Only the <PHOTO>
element is supported as a member of this legacy vCard. For more modern and complete
user profile management, see XEP-0292: vCard4 Over XMPP.
For vCard updates defined in XEP-0153,
see vcard_update
module.
Structsยง
- Binval
- The binary data of the photo.
- Photo
- A photo element.
- Type
- The type of the photo.
- VCard
- A
<vCard>
element; only the<PHOTO>
element is supported for this legacy vCard ; the rest is ignored. - VCard
Query - A
<vCard/>
request element, for use in iq get.