From bdd6a8a6b981a019e6818230077567b4fb51604c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 31 Jan 2018 17:51:08 +0300 Subject: mir_app: - structure renamed: PROTORECVFILET -> PROTORECVFILE; - useless service MS_PROTO_AUTHRECV removed; - Proto_AuthRecv() helper converted into a function. --- protocols/JabberG/src/jabber_ft.cpp | 2 +- protocols/JabberG/src/jabber_iq_handlers.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/JabberG') diff --git a/protocols/JabberG/src/jabber_ft.cpp b/protocols/JabberG/src/jabber_ft.cpp index d480517332..5038c9f1ec 100644 --- a/protocols/JabberG/src/jabber_ft.cpp +++ b/protocols/JabberG/src/jabber_ft.cpp @@ -374,7 +374,7 @@ void CJabberProto::FtHandleSiRequest(HXML iqNode) ft->std.tszCurrentFile = mir_wstrdup(filename); ft->std.totalBytes = ft->std.currentFileSize = filesize; - PROTORECVFILET pre = { 0 }; + PROTORECVFILE pre = { 0 }; pre.dwFlags = PRFF_UNICODE; pre.fileCount = 1; pre.timestamp = time(nullptr); diff --git a/protocols/JabberG/src/jabber_iq_handlers.cpp b/protocols/JabberG/src/jabber_iq_handlers.cpp index 778e8fd22c..84b45355d8 100644 --- a/protocols/JabberG/src/jabber_iq_handlers.cpp +++ b/protocols/JabberG/src/jabber_iq_handlers.cpp @@ -375,7 +375,7 @@ BOOL CJabberProto::OnIqRequestOOB(HXML, CJabberIqInfo *pInfo) str2 = mir_wstrdup(str2); JabberHttpUrlDecode(str2); - PROTORECVFILET pre; + PROTORECVFILE pre; pre.dwFlags = PRFF_UNICODE; pre.timestamp = time(nullptr); pre.descr.w = desc; -- cgit v1.2.3