#include <sihandler.h>
Inherited by SIProfileFT.
Inheritance diagram for SIHandler:

Public Member Functions | |
| virtual | ~SIHandler () |
| virtual void | handleSIRequestResult (const JID &from, const JID &to, const std::string &sid, const SIManager::SI &si)=0 |
| virtual void | handleSIRequestError (const IQ &iq, const std::string &sid)=0 |
You should usually not need to use this class directly, unless your profile is not supported by gloox.
Definition at line 39 of file sihandler.h.
|
|
Virtual destructor. Definition at line 46 of file sihandler.h. |
|
||||||||||||
|
This function is called to handle a request error or decline.
Implemented in SIProfileFT. |
|
||||||||||||||||||||
|
This function is called to handle results of outgoing SI requests, i.e. you requested a stream (using SIManager::requestSI()) to send a file to a remote entity.
Implemented in SIProfileFT. |
1.4.1