diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-03-22 20:31:32 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-03-27 20:17:27 +0300 |
commit | 780b307ddff495b0a4394d3880b5a3ae7a83f26e (patch) | |
tree | d755ff7585b512e5045fe7f1c24644d0af4b1d49 /protocols/JabberG/src/jabber_thread.cpp | |
parent | b3e8f72f17e9787aa5455977dc5eae05ddecb578 (diff) |
omemo: working on 4.3
altered features names for compatibility with existing implementations
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 1fe2517167..f9ece29019 100755 --- a/protocols/JabberG/src/jabber_thread.cpp +++ b/protocols/JabberG/src/jabber_thread.cpp @@ -951,7 +951,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);
|