#include <siprofilefthandler.h>
Public Member Functions | |
| virtual | ~SIProfileFTHandler () |
| virtual void | handleFTRequest (const JID &from, const std::string &id, const std::string &sid, const std::string &name, long size, const std::string &hash, const std::string &date, const std::string &mimetype, const std::string &desc, int stypes, long offset, long length)=0 |
| virtual void | handleFTRequestError (Stanza *stanza, const std::string &sid)=0 |
| virtual void | handleFTSOCKS5Bytestream (SOCKS5Bytestream *s5b)=0 |
Definition at line 33 of file siprofilefthandler.h.
|
|
Virtual destructor. Definition at line 40 of file siprofilefthandler.h. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This function is called to handle incoming file transfer requests, i.e. a remote entity requested to send a file to you. You should use either SIProfileFT::acceptFT() or SIProfileFT::declineFT() to accept or reject the request, respectively.
|
|
||||||||||||
|
This function is called to handle a request error or decline.
|
|
|
This function is called to pass a negotiated SOCKS5 bytestream. The bytestream is not yet open and not ready to send/receive data.
|
1.4.1