From b60c918dbcb16f4da7c35c15b190ee9def957a49 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 27 Mar 2017 20:08:55 +0300 Subject: 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. --- protocols/JabberG/src/jabber_proto.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'protocols/JabberG/src/jabber_proto.h') 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, 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 ------------------------------------------------------------ -- cgit v1.2.3