aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-08-19 11:02:53 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-08-19 11:02:53 +0000
commit0fa2f7136491f3f18cfb774ecb92f6c3cf33ab79 (patch)
tree0530a4b8c7a23242075b37883b83b91f2f1f2794 /src
parent7a31bb78a373255739a848971085da50f9a51372 (diff)
downloadqxmpp-0fa2f7136491f3f18cfb774ecb92f6c3cf33ab79.tar.gz
partial doc
Diffstat (limited to 'src')
-rw-r--r--src/QXmppVCard.cpp1
-rw-r--r--src/QXmppVCard.h10
2 files changed, 11 insertions, 0 deletions
diff --git a/src/QXmppVCard.cpp b/src/QXmppVCard.cpp
index 2ca8ddd6..c6d8fb84 100644
--- a/src/QXmppVCard.cpp
+++ b/src/QXmppVCard.cpp
@@ -127,6 +127,7 @@ void QXmppVCard::setUrl(const QString& url)
m_url = url;
}
+/// photo is not stored as base 64
const QByteArray& QXmppVCard::photo() const
{
return m_photo;
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 <B>XEP-0054: vcard-temp</B> 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: