xmpp module documentation does not include API functions.
Logged In: YES user_id=7341 Originator: NO
Is this still an issue?
There's one function documented...
Found an undocumented function "bind_xmpp"
/* * Exported functions */ static cmd_export_t cmds[] = { {"xmpp_send_message", (cmd_function)cmd_send_message, 0, 0, 0, REQUEST_ROUTE}, {"bind_xmpp", (cmd_function)bind_xmpp, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0} };
Log in to post a comment.
Logged In: YES
user_id=7341
Originator: NO
Is this still an issue?
There's one function documented...
Logged In: YES
user_id=7341
Originator: NO
Found an undocumented function "bind_xmpp"
/*
* Exported functions
*/
static cmd_export_t cmds[] = {
{"xmpp_send_message", (cmd_function)cmd_send_message, 0, 0, 0, REQUEST_ROUTE},
{"bind_xmpp", (cmd_function)bind_xmpp, 0, 0, 0, 0},
{0, 0, 0, 0, 0, 0}
};