Home
last modified time | relevance | path

Searched refs:rayo_actor_xmpp_handler (Results 1 – 2 of 2) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Dmod_rayo.h171 typedef iks *(*rayo_actor_xmpp_handler)(struct rayo_actor *, struct rayo_message *, void *); typedef
172 …d_handler_add(const char *type, const char *subtype, const char *name, rayo_actor_xmpp_handler fn);
173 …ubtype, const char *to_type, const char *to_subtype, const char *name, rayo_actor_xmpp_handler fn);
H A Dmod_rayo.c82 rayo_actor_xmpp_handler fn;
690 …nd_handler_add(const char *type, const char *subtype, const char *name, rayo_actor_xmpp_handler fn) in rayo_actor_command_handler_add()
705 rayo_actor_xmpp_handler rayo_actor_command_handler_find(struct rayo_actor *actor, struct rayo_messa… in rayo_actor_command_handler_find()
757 …subtype, const char *to_type, const char *to_subtype, const char *name, rayo_actor_xmpp_handler fn) in rayo_actor_event_handler_add()
774 rayo_actor_xmpp_handler rayo_actor_event_handler_find(struct rayo_actor *actor, struct rayo_message… in rayo_actor_event_handler_find()
1802 rayo_actor_xmpp_handler handler = NULL; in rayo_server_send()
1846 rayo_actor_xmpp_handler handler = NULL; in rayo_call_send()
1916 rayo_actor_xmpp_handler handler = NULL; in rayo_mixer_send()
1946 rayo_actor_xmpp_handler handler = NULL; in rayo_component_send()