From fc7d7e43522b9c9dcbd27bc193baf566f89deb5b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 28 Nov 2023 13:44:22 +0300 Subject: =?UTF-8?q?fixes=20#3973=20(Jabber:=20=D1=84=D0=B0=D0=B9=D0=BB?= =?UTF-8?q?=D1=8B,=20=D0=BF=D1=80=D0=B8=D1=88=D0=B5=D0=B4=D1=88=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BF=D0=BE=20HTTP=20File=20Upload,=20=D0=B8=D0=BC?= =?UTF-8?q?=D0=B5=D1=8E=D1=82=20=D1=80=D0=B0=D0=B7=D0=BC=D0=B5=D1=80=200)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/JabberG/src/jabber_proto.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'protocols/JabberG/src/jabber_proto.h') 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, 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 ------------------------------------------------------------------- -- cgit v1.2.3