summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-11-28 13:44:22 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-11-28 13:44:22 +0300
commitfc7d7e43522b9c9dcbd27bc193baf566f89deb5b (patch)
tree6df52d29502ac253f8a33c81a3f9ca43ba9d6274 /protocols/JabberG/src/jabber_proto.h
parentfe20601717b055126333f54512964edbe1d43c46 (diff)
fixes #3973 (Jabber: файлы, пришедшие по HTTP File Upload, имеют размер 0)
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rw-r--r--protocols/JabberG/src/jabber_proto.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h
index a907cdc65e..c85a2bb988 100644
--- a/protocols/JabberG/src/jabber_proto.h
+++ b/protocols/JabberG/src/jabber_proto.h
@@ -492,11 +492,12 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface
//---- jabber_file.cpp ---------------------------------------------------------------
+ void FileProcessHttpDownload(MCONTACT, const char *jid, const char *pszUrl, const char *pszDescr);
int FileReceiveParse(filetransfer *ft, char* buffer, int datalen);
int FileSendParse(HNETLIBCONN s, filetransfer *ft, char* buffer, int datalen);
-
+
void GroupchatJoinRoomByJid(HWND hwndParent, char *jid);
-
+
void RenameParticipantNick(JABBER_LIST_ITEM *item, const char *oldNick, const TiXmlElement *itemNode);
//---- jabber_ft.c -------------------------------------------------------------------