Implements the standard Ivy API.
|
IvyBindRegexpChange(regexp_change_callback) |
source code
|
|
|
|
|
|
|
IvyInit(agent_name,
ready_msg=None,
main_loop_type_ignored=0,
on_cnx_fct=<function void_function at 0x293fd70>,
on_die_fct=<function void_function at 0x293fd70>)
Initializes the module. |
source code
|
|
|
|
|
|
|
|
|
IvyBindMsg(on_msg_fct,
regexp)
Registers a method that should be called each time a message matching
regexps is sent on the Ivy bus. |
source code
|
|
|
IvyBindDirectMsg(on_msg_fct)
Registers a method that should be called each time someone sends us
a direct message |
source code
|
|
|
|
|
IvyGetApplicationList()
Returns the names of the applications that are currently connected |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
IvySendDirectMsg(client,
num_id,
msg)
Sends a message directly to an other Ivy client, with the supplied
numerical id and message. |
source code
|
|
|
|
|
|
|
|