Home
last modified time | relevance | path

Searched refs:is_groupchat (Results 1 – 25 of 39) sorted by relevance

12

/dports/net-im/mcabber/mcabber-1.1.2/mcabber/
H A Dhooks.c187 int is_groupchat = FALSE; // groupchat message in hk_message_in() local
218 is_groupchat = TRUE; in hk_message_in()
252 { "groupchat", is_groupchat ? "true" : "false" }, in hk_message_in()
279 } else if (is_groupchat) { in hk_message_in()
287 if (!is_groupchat) { in hk_message_in()
355 if (is_groupchat) { in hk_message_in()
392 if ((!is_groupchat) && !(message_flags & HBB_PREFIX_ERR) && in hk_message_in()
406 { "groupchat", is_groupchat ? "true" : "false" }, in hk_message_in()
421 if (!active_window && ((is_groupchat && !timestamp) || !is_groupchat)) in hk_message_in()
428 if ((!is_groupchat && !(message_flags & HBB_PREFIX_ERR)) || in hk_message_in()
[all …]
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/common/modules/
H A Dmessage.py58 if (properties.type.is_groupchat or
112 if properties.type.is_groupchat and properties.has_server_delay:
131 properties.type.is_groupchat):
143 if not properties.type.is_groupchat:
205 if type_.is_groupchat:
274 if properties.type.is_groupchat:
339 if message.message and not message.is_groupchat:
H A Dmam.py94 if properties.type.is_groupchat:
102 if properties.type.is_groupchat:
124 if properties.type.is_groupchat:
182 is_groupchat = properties.type.is_groupchat
183 if is_groupchat:
198 groupchat=is_groupchat):
H A Dchat_markers.py47 if properties.type.is_groupchat:
76 if not properties.is_muc_pm and not properties.type.is_groupchat:
H A Dchatstates.py145 properties.type.is_groupchat or
225 if not contact.is_groupchat:
282 if not contact.is_groupchat:
315 type_ = 'groupchat' if contact.is_groupchat else 'chat'
H A Dreceipts.py48 if (properties.type.is_groupchat or
/dports/net-im/py-nbxmpp/nbxmpp-2.0.4/nbxmpp/modules/
H A Dmessage.py49 elif properties.is_mam_message and not properties.type.is_groupchat:
107 if properties.type.is_groupchat:
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/common/
H A Dstructs.py139 def is_groupchat(self): member in OutgoingMessage
151 if self.is_groupchat:
H A Dcontacts.py125 def is_groupchat(self): member in CommonContact
222 if self.is_groupchat:
256 def is_groupchat(self): member in Contact
271 if not self.is_groupchat:
570 if contact.jid not in self._contacts or contact.is_groupchat:
637 if contacts[0].is_groupchat:
676 contact[0].is_groupchat]
H A Dclient.py472 if message.is_groupchat:
486 if message.is_groupchat:
/dports/net-im/tkabber/tkabber-1.1.2/
H A Dchats.tcl127 if {[is_groupchat $chatid1]} {
250 if {![is_groupchat $chatid]} return
265 if {[is_groupchat $chatid]} {
308 if {[is_groupchat $chatid]} {
324 if {[is_groupchat $chatid]} {
349 if {[is_groupchat $chatid]} {
678 if {[is_groupchat $chatid]} {
825 if {[is_groupchat $chatid] && ![string equal [muc::status $chatid] connected]} {
1012 if {![is_opened $chatid] || [is_groupchat $chatid]} return
1221 if {[is_groupchat $groupid]} {
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/gtk/
H A Dconst.py89 def is_groupchat(self): member in ControlType
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/
H A Dchat_control_base.py328 def is_groupchat(self): member in ChatControlBase
329 return self._type.is_groupchat
809 if self._type.is_groupchat:
854 if self._type.is_groupchat:
909 if not self._type.is_groupchat:
1178 if self._type.is_groupchat:
1184 if (not self._type.is_groupchat or
1209 if self._type.is_groupchat:
1393 if self._type.is_groupchat:
1432 if self._type.is_groupchat:
H A Dmessage_window.py328 if ctrl.is_groupchat:
497 if (ctrl.is_groupchat and
513 if control.is_groupchat:
1115 if not ctrl.resource and not ctrl.is_groupchat:
1125 if ctrl and ctrl.is_groupchat:
H A Dgui_interface.py191 if ctrl and ctrl.is_groupchat:
246 if event.type.is_groupchat:
268 if event.type.is_groupchat:
872 chat_control.is_groupchat)
890 if transfer.is_groupchat:
1794 return gc_ctrl and gc_ctrl.is_groupchat
/dports/net-im/pidgin-sipe/pidgin-sipe-1.24.0/src/core/
H A Dsipe-session.h82 gboolean is_groupchat; member
H A Dsipe-im.c211 if (session->is_groupchat) { in process_invite_response()
238 if (session->is_groupchat) { in process_invite_response()
H A Dsipe-groupchat.c272 session->is_groupchat = TRUE; in sipe_groupchat_init()
598 session->is_groupchat = TRUE; in chatserver_response_uri()
/dports/net-im/dino/dino-0.2.2/libdino/src/service/
H A Dmuc_manager.vala215 return is_groupchat(jid, account) && !is_private_room(account, jid);
219 if (is_groupchat(jid, account)) {
241 public bool is_groupchat(Jid jid, Account account) {
248 return is_groupchat(jid, account);
252 return is_groupchat(jid.bare_jid, account) && jid.resourcepart != null;
H A Dentity_info.vala94 …bool is_gc = stream_interactor.get_module(MucManager.IDENTITY).is_groupchat(presence.from.bare_jid…
/dports/net-im/uTox/uTox/src/
H A Dmessages.h111 bool is_groupchat; member
H A Dmessages.c112 if (m->is_groupchat) { in message_setheight()
194 if (m->is_groupchat) { in message_add()
448 if (m->is_groupchat) { in message_log_to_disk()
1101 if (m->is_groupchat) { in messages_draw()
1348 if (m->is_groupchat) { in messages_mmove()
1681 if (m->is_groupchat) { in messages_selection()
H A Dgroups.c89 g->msg.is_groupchat = true; in group_init()
/dports/net-im/py-nbxmpp/nbxmpp-2.0.4/nbxmpp/
H A Dconst.py64 def is_groupchat(self): member in MessageType
/dports/net-im/dino/dino-0.2.2/main/src/ui/
H A Dnotifications.vala72 …if (stream_interactor.get_module(MucManager.IDENTITY).is_groupchat(conversation.counterpart, conve…

12