aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-12-13 08:14:11 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-12-13 08:14:11 +0000
commitab4a7c55293df690605c43a14c5ca35c00b585d4 (patch)
tree591e7a319471d439de7bf2ade4f3ec927950b669 /src
parent9ab6fd79b19e51b558257c2c33eacd2f72966966 (diff)
downloadqxmpp-ab4a7c55293df690605c43a14c5ca35c00b585d4.tar.gz
doc improvement
Diffstat (limited to 'src')
-rw-r--r--src/QXmppPresence.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/QXmppPresence.h b/src/QXmppPresence.h
index c5744424..0ea8e682 100644
--- a/src/QXmppPresence.h
+++ b/src/QXmppPresence.h
@@ -51,12 +51,10 @@ public:
{
// TODO fix the enum names PhotoNotAdvertized is confusing
// All of these should start with VCardUpdate
- VCardUpdateNone = 0, ///< Protocol not supported
- PhotoNotAdvertized, ///< Not using any avatar
- PhotoAdvertised, ///< Using an avatar
- PhotoNotReady ///< No info available about the avatar.
- ///< It might be there in the vCard but the contact's
- ///< client doesn't know it temporarily.
+ VCardUpdateNone = 0, ///< Protocol is not supported
+ PhotoNotAdvertized, ///< User is not using any image
+ PhotoAdvertised, ///< User is advertising an image
+ PhotoNotReady ///< User is not ready to advertise an image
};
/// The QXmppPresence::Status class represents the status of an XMPP entity.