From 0fa2f7136491f3f18cfb774ecb92f6c3cf33ab79 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Thu, 19 Aug 2010 11:02:53 +0000 Subject: partial doc --- src/QXmppVCard.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/QXmppVCard.h') diff --git a/src/QXmppVCard.h b/src/QXmppVCard.h index 03ae085f..446f645e 100644 --- a/src/QXmppVCard.h +++ b/src/QXmppVCard.h @@ -31,6 +31,16 @@ class QImage; +/// \brief 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. +/// + class QXmppVCard : public QXmppIq { public: -- cgit v1.2.3