diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-03-27 20:08:55 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-03-27 20:17:27 +0300 |
commit | b60c918dbcb16f4da7c35c15b190ee9def957a49 (patch) | |
tree | 2284abfc14457bf42d1c6d5ab9e36a3ef871f68b /protocols/JabberG/src/jabber_proto.h | |
parent | 780b307ddff495b0a4394d3880b5a3ae7a83f26e (diff) |
omemo: working on 4.3
removed xep-0060 8.1.1 implementation because xep-0163 requires node auto-create support
reverted to "instand publish" logic instead of node precreation
//looks like we have some problems with pubsub events receiving mechanism or client features publishing which
is blocker problem for continuing to work on omemo implementation.
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rwxr-xr-x | protocols/JabberG/src/jabber_proto.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index d6e80a1c81..bbcc472262 100755 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -342,11 +342,7 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface void OmemoInitDevice();
void OmemoAnnounceDevice();
void OmemoSendBundle();
- void OmemoOnIqResultServerDiscoItems(HXML iqNode, CJabberIqInfo*);
- void OmemoOnIqResultServerDiscoInfoJid(HXML iqNode, CJabberIqInfo*);
- void OmemoOnIqResultPubsubCreateNode(HXML iqNode, CJabberIqInfo*);
- void OmemoCreateNodes();
- wchar_t *m_PubsubServiceName;
+ void OmemoPublishNodes();
//---- jabber_console.cpp ------------------------------------------------------------
|