Home
last modified time | relevance | path

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

/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/handlers/
H A Dappservice.py407 presence_source = self.event_sources.sources.presence
425 presence_events, _ = await presence_source.get_new_events(
H A Dsync.py1455 presence_source = self.event_sources.sources.presence
1464 presence, presence_key = await presence_source.get_new_events(
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia_presence.c1112 char *presence_source = switch_event_get_header(event, "presence-source"); in actual_sofia_presence_event_handler() local
1416 …if (zstr(call_id) && (dh.hits && presence_source && (!strcasecmp(presence_source, "register") || s… in actual_sofia_presence_event_handler()