From 8e42d7ef7d64a4d65717ccb97a90d49523ccb4ee Mon Sep 17 00:00:00 2001 From: Szymon Tokarz Date: Sun, 21 Aug 2016 10:41:04 +0000 Subject: Tlen protocol Sometimes now there is no GetRoster response, so try to move connection code to other place. git-svn-id: http://svn.miranda-ng.org/main/trunk@17196 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tlen/src/tlen_p2p_new.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'protocols/Tlen/src/tlen_p2p_new.cpp') diff --git a/protocols/Tlen/src/tlen_p2p_new.cpp b/protocols/Tlen/src/tlen_p2p_new.cpp index 43615e4316..75e24250cb 100644 --- a/protocols/Tlen/src/tlen_p2p_new.cpp +++ b/protocols/Tlen/src/tlen_p2p_new.cpp @@ -298,6 +298,10 @@ void __cdecl TlenProcessP2P(XmlNode *node, ThreadData *info) { /* i - id of the file */ /* ks - key size (in bytes) */ /* mi - p2p connection id */ + /* ck - aes key */ + /* iv - aes initial vector */ + /* k - ? */ + /* v - ? */ char *n = TlenXmlGetAttrValue(dcng, "n"); // n - name (file_send) if (!mir_strcmp(n, "file_send")) { if ((item=TlenListGetItemPtr(info->proto, LIST_FILE, id)) != NULL) { -- cgit v1.2.3