aboutsummaryrefslogtreecommitdiff
path: root/src/QXmppPresence.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/QXmppPresence.cpp')
-rw-r--r--src/QXmppPresence.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QXmppPresence.cpp b/src/QXmppPresence.cpp
index 8d5a1662..f374c175 100644
--- a/src/QXmppPresence.cpp
+++ b/src/QXmppPresence.cpp
@@ -149,7 +149,7 @@ void QXmppPresence::toXml(QXmlStreamWriter *xmlWriter) const
helperToXmlAddTextElement(xmlWriter, "photo", "");
break;
case PhotoAdvertised:
- helperToXmlAddTextElement(xmlWriter, "photo", m_photoHash.toBase64());
+ helperToXmlAddTextElement(xmlWriter, "photo", m_photoHash.toHex());
break;
case PhotoNotReady:
break;