summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rwxr-xr-xprotocols/JabberG/src/jabber_proto.h5
1 files changed, 5 insertions, 0 deletions
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<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;
//---- jabber_console.cpp ------------------------------------------------------------