From 5fc4e483a326e60c4410049c3e667edaa5650757 Mon Sep 17 00:00:00 2001 From: Mataes Date: Sat, 4 Apr 2020 15:30:13 +0300 Subject: newstory: added support of jabber subscription --- plugins/NewStory/src/history_array.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/NewStory/src/history_array.cpp') diff --git a/plugins/NewStory/src/history_array.cpp b/plugins/NewStory/src/history_array.cpp index f4138a68a7..e7f6e9bddd 100644 --- a/plugins/NewStory/src/history_array.cpp +++ b/plugins/NewStory/src/history_array.cpp @@ -36,6 +36,10 @@ bool HistoryArray::ItemData::load(EventLoadMode mode) } break; + case EVENTTYPE_JABBER_PRESENCE: + wtext = DbEvent_GetTextW(&dbe, CP_ACP); + break; + case EVENTTYPE_AUTHREQUEST: atext = new char[512]; atext_del = true; -- cgit v1.2.3