14 #ifndef SIPROFILEFTHANDLER_H__
15 #define SIPROFILEFTHANDLER_H__
62 virtual void handleFTRequest(
const JID& from,
const std::string&
id,
const std::string& sid,
63 const std::string& name,
long size,
const std::string& hash,
64 const std::string& date,
const std::string& mimetype,
65 const std::string& desc,
int stypes,
long offset,
long length ) = 0;
81 virtual void handleFTRequestError(
Stanza* stanza,
const std::string& sid ) = 0;
103 #endif // SIPROFILEFTHANDLER_H__