diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-11-27 20:48:55 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-11-27 20:50:20 +0300 |
commit | 51e27d7122c871c253b7a183da8ac8720f0f2ea7 (patch) | |
tree | 6ef7fdc7f1cad5e5be86e17e059eef9217333ba5 /protocols/JabberG/src/jabber_thread.cpp | |
parent | dc641cef2e4646f85067e0f3f9044499743e818f (diff) |
jabber: omemo: "updated"(rollback) to latest version of https://xmpp.org/extensions/xep-0384.html
Diffstat (limited to 'protocols/JabberG/src/jabber_thread.cpp')
-rwxr-xr-x | protocols/JabberG/src/jabber_thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_thread.cpp b/protocols/JabberG/src/jabber_thread.cpp index 07f2b0209a..c9276754de 100755 --- a/protocols/JabberG/src/jabber_thread.cpp +++ b/protocols/JabberG/src/jabber_thread.cpp @@ -947,7 +947,7 @@ void CJabberProto::OnProcessPubsubEvent(HXML node) HXML itemsNode;
if (m_options.UseOMEMO)
{
- itemsNode = XmlGetChildByTag(eventNode, L"items", L"node", JABBER_FEAT_OMEMO L":devicelist");
+ itemsNode = XmlGetChildByTag(eventNode, L"items", L"node", JABBER_FEAT_OMEMO L".devicelist");
if (itemsNode)
{
OmemoHandleDeviceList(itemsNode);
|