XMPP::Stanza::VCard
Inherits XMPP::Stanza::IQPayload / XMPP::Stanza::Extension / XMPP::Stanza::Packet / Reference / Object
XEP-0054: vcard-temp.
The vCard data model for temporary vCard data, exchanged as an IQ payload against a user's bare JID. Supports the common textual fields (FN, NICKNAME, BDAY, URL, NOTE) plus the structured N, ORG and PHOTO elements and EMAIL/TEL collections.
Constructors
Class methods
xml_name
SourceInstance methods
bday
Sourceemails
Sourcefn
Sourcen=(n : N | Nil)
Sourcename
Sourcenamespace
Sourcenickname
Sourcenote
Sourceorg
Sourceorg=(org : Org | Nil)
Sourcephoto
Sourcephoto=(photo : Photo | Nil)
Sourcetels
Sourceto_xml(xml : XML::Builder)
Sourceurl
Source