diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-12-13 08:14:11 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-12-13 08:14:11 +0000 |
| commit | ab4a7c55293df690605c43a14c5ca35c00b585d4 (patch) | |
| tree | 591e7a319471d439de7bf2ade4f3ec927950b669 /src | |
| parent | 9ab6fd79b19e51b558257c2c33eacd2f72966966 (diff) | |
| download | qxmpp-ab4a7c55293df690605c43a14c5ca35c00b585d4.tar.gz | |
doc improvement
Diffstat (limited to 'src')
| -rw-r--r-- | src/QXmppPresence.h | 10 |
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. |
