aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/QXmppPresence.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/QXmppPresence.h b/src/QXmppPresence.h
index 507df229..077ab653 100644
--- a/src/QXmppPresence.h
+++ b/src/QXmppPresence.h
@@ -136,6 +136,9 @@ private:
/// XEP-0153: vCard-Based Avatars
+
+ /// m_photoHash: the SHA1 hash of the avatar image data itself (not the base64-encoded version)
+ /// in accordance with RFC 3174
QByteArray m_photoHash;
VCardUpdateType m_vCardUpdateType;
};