QXmppVCard Class Reference

Represents the XMPP vCard. More...

#include <QXmppVCard.h>

Inheritance diagram for QXmppVCard:
QXmppIq QXmppStanza

List of all members.

Public Member Functions

 QXmppVCard (const QString &bareJid="")
void setFirstName (const QString &)
void setFullName (const QString &)
void setLastName (const QString &)
void setMiddleName (const QString &)
void setNickName (const QString &)
void setUrl (const QString &)
void setPhoto (const QByteArray &)
void setPhoto (const QImage &)
QString firstName () const
QString fullName () const
QString lastName () const
QString middleName () const
QString nickName () const
QString url () const
QImage photoAsImage () const
const QByteArray & photo () const
 photo is not stored as base 64

Detailed Description

Represents the XMPP vCard.

The functions names are self explanatory. Look at QXmppVCardManager and XEP-0054: vcard-temp for more details.

There are many field of XMPP vCard which are not present in this class. File a issue for the same. We will add the requested field to this class.


The documentation for this class was generated from the following files:
 All Classes Functions Enumerations Enumerator

Generated on Sun Aug 22 16:04:14 2010 for QXmpp by  doxygen 1.6.1