xmpp_parsers

Module vcard_update

Source
Expand description

XEP-0153: vCard-Based Avatars This module implements vCard avatar updates defined in XEP-0153.

Specifically, as it appears in <presence> stanzas, as shown in XEP-0153 example 3.

For XEP-0054 vCard support, see vcard module.

Structsยง

Photo
The photo element containing the avatar metadata
PhotoAsXmlIterator
Convert a Photo into XML events.
PhotoFromXmlBuilder
Build a Photo from XML events.
VCardUpdate
The presence payload for an avatar VCard update
VCardUpdateAsXmlIterator
Convert a VCardUpdate into XML events.
VCardUpdateFromXmlBuilder
Build a VCardUpdate from XML events.