diff options
| author | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-12-13 08:21:25 +0000 |
|---|---|---|
| committer | Manjeet Dahiya <manjeetdahiya@gmail.com> | 2010-12-13 08:21:25 +0000 |
| commit | 914a4a04f812fecf61c2747cb830b6c3def833e1 (patch) | |
| tree | 4f2fd8069497964164e0b163c0e8bfbe3d366818 /src | |
| parent | adcf0f03c09495330848c1f9c96b921aaa71ce80 (diff) | |
| download | qxmpp-914a4a04f812fecf61c2747cb830b6c3def833e1.tar.gz | |
add note to clear confusion
Diffstat (limited to 'src')
| -rw-r--r-- | src/QXmppPresence.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/QXmppPresence.h b/src/QXmppPresence.h index 0ea8e682..dddac9cb 100644 --- a/src/QXmppPresence.h +++ b/src/QXmppPresence.h @@ -55,6 +55,8 @@ public: PhotoNotAdvertized, ///< User is not using any image PhotoAdvertised, ///< User is advertising an image PhotoNotReady ///< User is not ready to advertise an image +/// \note This enables recipients to distinguish between the absence of an image +/// (empty photo element) and mere support for the protocol (empty update child). }; /// The QXmppPresence::Status class represents the status of an XMPP entity. |
