Home
last modified time | relevance | path

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

/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/common/modules/
H A Dsearch.py21 from gajim.common.nec import NetworkIncomingEvent
102 class SearchFormReceivedEvent(NetworkIncomingEvent):
106 class SearchResultReceivedEvent(NetworkIncomingEvent):
H A Droster_item_exchange.py24 from gajim.common.nec import NetworkIncomingEvent
125 class RosterItemExchangeEvent(NetworkIncomingEvent):
H A Dadhoc_commands.py31 from gajim.common.nec import NetworkIncomingEvent
425 class AdHocCommandError(NetworkIncomingEvent):
429 class AdHocCommandActionResponse(NetworkIncomingEvent):
H A Ddiscovery.py24 from gajim.common.nec import NetworkIncomingEvent
101 NetworkIncomingEvent('server-disco-received'))
H A Dmam.py32 from gajim.common.nec import NetworkIncomingEvent
164 NetworkIncomingEvent('mam-message-received',
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/common/
H A Dconnection_handlers_events.py36 class PresenceReceivedEvent(nec.NetworkIncomingEvent):
39 class OurShowEvent(nec.NetworkIncomingEvent):
45 class MessageSentEvent(nec.NetworkIncomingEvent):
48 class ConnectionLostEvent(nec.NetworkIncomingEvent):
56 class FileRequestReceivedEvent(nec.NetworkIncomingEvent):
133 class NotificationEvent(nec.NetworkIncomingEvent):
421 class InformationEvent(nec.NetworkIncomingEvent):
H A Dnec.py188 class NetworkIncomingEvent(NetworkEvent): class
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/plugins/
H A Dpluginmanager.py498 if issubclass(event_class, nec.NetworkIncomingEvent):
505 if issubclass(event_class, nec.NetworkIncomingEvent):