diff options
author | George Hazan <ghazan@miranda.im> | 2020-02-17 20:13:53 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-02-17 20:13:53 +0300 |
commit | 306f3cd382fe210562f14f90522c33073c285344 (patch) | |
tree | 870af4804194ce3d170ff0599d1c01891f3c22e1 /protocols/JabberG/src/jabber_proto.h | |
parent | 748f064db28f9801f3851dd2a6e5d74b94dbdc38 (diff) |
Jabber: full implementation of XEP-0231
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.h')
-rwxr-xr-x | protocols/JabberG/src/jabber_proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_proto.h b/protocols/JabberG/src/jabber_proto.h index 4457f77573..b7bd700ffb 100755 --- a/protocols/JabberG/src/jabber_proto.h +++ b/protocols/JabberG/src/jabber_proto.h @@ -502,7 +502,8 @@ struct CJabberProto : public PROTO<CJabberProto>, public IJabberInterface void FtAcceptIbbRequest(filetransfer *ft);
bool FtHandleBytestreamRequest(const TiXmlElement *iqNode, CJabberIqInfo *pInfo);
bool FtHandleIbbRequest(const TiXmlElement *iqNode, bool bOpen);
- bool FtTryInlineFile(const wchar_t *pwszFileName);
+ bool FtTryInlineFile(MCONTACT hContact, const wchar_t *pwszFileName);
+ bool FtHandleCidRequest(const TiXmlElement *iqNode, CJabberIqInfo *pInfo);
//---- jabber_groupchat.c ------------------------------------------------------------
|