Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Dmod_rayo.c1609 static struct rayo_client *rayo_client_create(const char *jid, const char *route, enum presence_sta… in rayo_client_create() function
4268 …actor = RAYO_ACTOR(rayo_client_create(jid, xmpp_stream_get_jid(stream), PS_UNKNOWN, rayo_client_se… in xmpp_stream_client_locate()
4290 …struct rayo_client *client = rayo_client_create(xmpp_stream_get_jid(stream), xmpp_stream_get_jid(s… in on_xmpp_stream_bind()
4755 client = rayo_client_create(jid, NULL, PS_OFFLINE, rayo_console_client_send, NULL); in rayo_console_client_create()