summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_userinfo.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2017-08-17 20:26:39 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2017-08-17 20:30:46 +0300
commit600f344d88bec6dd61aa123be1d2114bffbdf493 (patch)
treee6719b81af54fa89ecf68423298fe01158c00f08 /protocols/JabberG/src/jabber_userinfo.cpp
parent3146b42058bccddb648c2a5d8bfc189ae6ad1dd2 (diff)
jabber: omemo: working on TODO
implemented message queue for messages received/sendt before omemo sessions created //this solve problem with loosing first message
Diffstat (limited to 'protocols/JabberG/src/jabber_userinfo.cpp')
-rwxr-xr-x[-rw-r--r--]protocols/JabberG/src/jabber_userinfo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/JabberG/src/jabber_userinfo.cpp b/protocols/JabberG/src/jabber_userinfo.cpp
index 7079c8a5c6..92498413e5 100644..100755
--- a/protocols/JabberG/src/jabber_userinfo.cpp
+++ b/protocols/JabberG/src/jabber_userinfo.cpp
@@ -834,6 +834,7 @@ int CJabberProto::OnUserInfoInit(WPARAM wParam, LPARAM lParam)
odp.szTitle.a = LPGEN("Photo");
UserInfo_AddPage(wParam, &odp);
}
+ //TODO: add omemo dialog to userinfo
return 0;
}