Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/xmpp/xmpp-im/types.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2077,7 +2077,7 @@ CapsSpec CapsSpec::fromXml(const QDomElement &e)
{
QString node = e.attribute("node");
QString ver = e.attribute("ver");
QString hashAlgo = e.attribute("hash");
QString hashAlgo = e.attribute("hash").toLower();
QString ext = e.attribute("ext"); // deprecated. let it be here till 2018
CryptoMap &cm = cryptoMap();
CapsSpec cs;
Expand Down