summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-03-05 15:42:01 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-03-05 15:42:01 +0300
commita9dcf740f4290fa9e6b0c957adb09f954500016e (patch)
treec04edd4ee16f5cae6a5e7f0c075691c8ed81f3f5 /protocols/ICQ-WIM/src/proto.h
parent300935cc22700e2ff3607fb3d0e06ac496ad6fcd (diff)
fixes #1878 (if a user wipes all sessions from a browser, Miranda can't read incoming messages for about 30 minutes)
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.h')
-rw-r--r--protocols/ICQ-WIM/src/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/ICQ-WIM/src/proto.h b/protocols/ICQ-WIM/src/proto.h
index 4dd0801e7b..cfaf780fd0 100644
--- a/protocols/ICQ-WIM/src/proto.h
+++ b/protocols/ICQ-WIM/src/proto.h
@@ -221,6 +221,7 @@ class CIcqProto : public PROTO<CIcqProto>
void ProcessNotification(const JSONNode&);
void ProcessPermissions(const JSONNode&);
void ProcessPresence(const JSONNode&);
+ void ProcessSessionEnd(const JSONNode&);
void ProcessTyping(const JSONNode&);
IcqConn m_ConnPool[CONN_LAST];