diff options
author | Mataes <mataes2007@gmail.com> | 2020-04-04 15:30:13 +0300 |
---|---|---|
committer | Mataes <mataes2007@gmail.com> | 2020-04-04 15:30:38 +0300 |
commit | 5fc4e483a326e60c4410049c3e667edaa5650757 (patch) | |
tree | 4aa93a06999cf47fdd498c09c1af1adf2454931d /plugins/NewStory/src/history_array.cpp | |
parent | 35f3a41206cc576853943620d7d9a7efe593fed5 (diff) |
newstory: added support of jabber subscription
Diffstat (limited to 'plugins/NewStory/src/history_array.cpp')
-rw-r--r-- | plugins/NewStory/src/history_array.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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; |