xmppc
0.0.1
XMPP Command Line Client
|
The callback structure. More...
Public Attributes | |
int | argc |
char ** | argv |
ExecuteHandler | callback |
xmppc_t * | xmppc |
The callback structure.
This struct is used to call the "execution"-function of the mode module (e.g account_execute_command, roster_execute_command, ...).
int callback_t::argc |
Size of arguments
char** callback_t::argv |
Array of C-Strings (arguments) with size of argc
ExecuteHandler callback_t::callback |
Pointer to Execute-Handler
xmppc_t* callback_t::xmppc |
XMPPC context object