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.
- Convert a
Binval
into XML events. - Build a
Binval
from XML events. - A photo element.
- Convert a
Photo
into XML events. - Build a
Photo
from XML events. - The type of the photo.
- Convert a
Type
into XML events. - Build a
Type
from XML events. - A
<vCard>
element; only the<PHOTO>
element is supported for this legacy vCard ; the rest is ignored.