diff options
author | Szymon Tokarz <wsx22@o2.pl> | 2016-08-21 10:41:04 +0000 |
---|---|---|
committer | Szymon Tokarz <wsx22@o2.pl> | 2016-08-21 10:41:04 +0000 |
commit | 8e42d7ef7d64a4d65717ccb97a90d49523ccb4ee (patch) | |
tree | f535f13a5da3b76838bce6b34ab7f1fffd8410be /protocols/Tlen/src/tlen_p2p_new.cpp | |
parent | 9cbb9794dca03fe252b0b0659ca108de63737678 (diff) |
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
Diffstat (limited to 'protocols/Tlen/src/tlen_p2p_new.cpp')
-rw-r--r-- | protocols/Tlen/src/tlen_p2p_new.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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) {
|