aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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.