#include <adhoccommandprovider.h>
Public Member Functions | |
| virtual | ~AdhocCommandProvider () |
| virtual void | handleAdhocCommand (const JID &from, const Adhoc::Command &command, const std::string &sessionID)=0 |
Derived classes can be registered as Command Providers with the Adhoc object.
Definition at line 36 of file adhoccommandprovider.h.
|
|
Virtual destructor. Definition at line 42 of file adhoccommandprovider.h. |
|
||||||||||||||||
|
This function is called when an Ad-hoc Command needs to be handled. The callee is responsible for the whole command execution, i.e. session handling etc.
|
1.4.1