#include <iqhandler.h>
Inherited by Adhoc, ClientBase, Disco, FlexibleOffline, InBandBytestream, Session, LastActivity, MUCRoom, NonSaslAuth, PrivacyManager, PrivateXML, Manager, Registration, RosterManager, Search, SIManager, SIProfileFT, SOCKS5BytestreamManager, and VCardManager.
Inheritance diagram for IqHandler:

Public Member Functions | |
| virtual | ~IqHandler () |
| virtual bool | handleIq (const IQ &iq)=0 |
| virtual void | handleIqID (const IQ &iq, int context)=0 |
Derived classes can be registered as IqHandlers with the Client. Upon an incoming IQ packet handleIq() will be called.
Definition at line 31 of file iqhandler.h.
|
|
Virtual Destructor. Definition at line 37 of file iqhandler.h. |
|
|
Reimplement this function if you want to be notified about incoming IQs.
Implemented in Adhoc, Disco, FlexibleOffline, InBandBytestream, Session, LastActivity, MUCRoom, NonSaslAuth, PrivacyManager, PrivateXML, Manager, Registration, RosterManager, Search, SIManager, SIProfileFT, SOCKS5BytestreamManager, and VCardManager. |
|
||||||||||||
|
Reimplement this function if you want to be notified about incoming IQs with a specific value of the
Implemented in Adhoc, Disco, FlexibleOffline, InBandBytestream, Session, LastActivity, MUCRoom, NonSaslAuth, PrivacyManager, PrivateXML, Manager, Registration, RosterManager, Search, SIManager, SIProfileFT, SOCKS5BytestreamManager, and VCardManager. |
1.4.1