From 5cccab4db5ebb475422ef9a432a5deec4e33f207 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Wed, 13 Oct 2010 20:33:40 +0000 Subject: document vCardUpdateTypes --- src/QXmppPresence.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/QXmppPresence.h b/src/QXmppPresence.h index 867b1831..88063d8b 100644 --- a/src/QXmppPresence.h +++ b/src/QXmppPresence.h @@ -48,10 +48,12 @@ public: // XEP-0153: vCard-Based Avatars enum VCardUpdateType { - VCardUpdateNone = 0, - PhotoNotAdvertized, - PhotoAdvertised, - PhotoNotReady + 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. }; class Status -- cgit v1.2.3