Home
last modified time | relevance | path

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

/dports/net-im/py-slixmpp/slixmpp-1.7.1/examples/
H A Ddownload_avatars.py44 self.roster_received = asyncio.Event()
47 self.roster_received.set()
67 await self.roster_received.wait()
/dports/net-im/profanity/profanity-0.11.1/src/xmpp/
H A Droster_list.c81 static gboolean roster_received = FALSE; variable
103 roster_received = FALSE; in roster_create()
132 if (!roster_received) { in roster_update_presence()
726 roster_received = TRUE; in roster_process_pending_presence()
H A Dmuc.c74 gboolean roster_received; member
235 new_room->roster_received = FALSE; in muc_join()
592 chat_room->roster_received = TRUE; in muc_roster_set_complete()
604 return chat_room->roster_received; in muc_roster_complete()