Represents the XMPP vCard. More...
#include <QXmppVCard.h>
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 | |
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.
1.6.1