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.h6
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 ------------------------------------------------------------