Home
last modified time | relevance | path

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

/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/common/modules/
H A Dchatstates.py209 self.set_chatstate(contact, new_chatstate)
254 2, self.set_chatstate, contact, state)
257 def set_chatstate(self, contact: ContactT, state: State) -> None: member in Chatstate
332 self.set_chatstate(contact, State.PAUSED)
334 self.set_chatstate(contact, State.ACTIVE)
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/
H A Dchat_control_base.py1082 con.get_module('Chatstate').set_chatstate(self.contact,
1409 con.get_module('Chatstate').set_chatstate(self.contact,
1412 con.get_module('Chatstate').set_chatstate(self.contact,
1415 con.get_module('Chatstate').set_chatstate(self.contact,
H A Dchat_control.py1216 con.get_module('Chatstate').set_chatstate(self.contact, Chatstate.GONE)
H A Dgroupchat_control.py1592 con.get_module('Chatstate').set_chatstate(self.contact,
/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dscreen.c2456 static void set_chatstate(int state) in set_chatstate() function
2501 set_chatstate(2); in scr_chatstates_timeout()
2564 set_chatstate(0); in set_current_buddy()
4868 set_chatstate(0); in scr_process_key()
4870 set_chatstate(1); in scr_process_key()