xmpp_parsers

Module 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ยง

Binval
The binary data of the photo.
BinvalAsXmlIterator
Convert a Binval into XML events.
BinvalFromXmlBuilder
Build a Binval from XML events.
Photo
A photo element.
PhotoAsXmlIterator
Convert a Photo into XML events.
PhotoFromXmlBuilder
Build a Photo from XML events.
Type
The type of the photo.
TypeAsXmlIterator
Convert a Type into XML events.
TypeFromXmlBuilder
Build a Type from XML events.
VCard
A <vCard> element; only the <PHOTO> element is supported for this legacy vCard ; the rest is ignored.
VCardAsXmlIterator
Convert a VCard into XML events.
VCardFromXmlBuilder
Build a VCard from XML events.
VCardQuery
A <vCard/> request element, for use in iq get.
VCardQueryAsXmlIterator
Convert a VCardQuery into XML events.
VCardQueryFromXmlBuilder
Build a VCardQuery from XML events.