Module xmpp_parsers::vcard

source ·
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§

  • The binary data of the photo.
  • A photo element.
  • The type of the photo.
  • A <vCard> element; only the <PHOTO> element is supported for this legacy vCard ; the rest is ignored.