Module xmpp_parsers::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.
Structs§
- The photo element containing the avatar metadata
- Convert a
Photo
into XML events. - Build a
Photo
from XML events. - The presence payload for an avatar VCard update
- Convert a
VCardUpdate
into XML events. - Build a
VCardUpdate
from XML events.