summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/poll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/ICQ-WIM/src/poll.cpp')
-rw-r--r--protocols/ICQ-WIM/src/poll.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/ICQ-WIM/src/poll.cpp b/protocols/ICQ-WIM/src/poll.cpp
index 9b64bbd99b..d04d7184bb 100644
--- a/protocols/ICQ-WIM/src/poll.cpp
+++ b/protocols/ICQ-WIM/src/poll.cpp
@@ -114,6 +114,8 @@ void CIcqProto::ProcessEvent(const JSONNode &ev)
ProcessPermissions(pData);
else if (szType == L"presence")
ProcessPresence(pData);
+ else if (szType == L"sessionEnded")
+ ShutdownSession();
else if (szType == L"typing")
ProcessTyping(pData);
}