From 2f589b3ee66956ac31ce19844d7a1d321cc6850e Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 20 Mar 2017 18:22:08 +0300 Subject: omemo: working on 4.3 implemented pubsub address detection as required by xep-0060 8.1.1 implemented xep-0060 8.1.1, xep-0163 3 as required by omemo 4.3 omemo 4.3 now complete and working //TODO: chek createnode handlers, not always called, especially if connection is slow --- protocols/JabberG/src/jabber_proto.h | 5 +++++ 1 file changed, 5 insertions(+) (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 762db44ea9..d6e80a1c81 100755 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -342,6 +342,11 @@ 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; //---- jabber_console.cpp ------------------------------------------------------------ -- cgit v1.2.3