Package common :: Module connection_handlers
[hide private]
[frames] | no frames]

Module connection_handlers

source code

Classes [hide private]
  ConnectionJingle
  ConnectionDisco
Holds xmpppy handlers and public methods for discover services
  ConnectionVcard
  ConnectionHandlersBase
  ConnectionHandlers
  HelperEvent
  HttpAuthReceivedEvent
  LastResultReceivedEvent
  VersionResultReceivedEvent
  TimeResultReceivedEvent
  GMailQueryReceivedEvent
  RosterItemExchangeEvent
Variables [hide private]
  log = logging.getLogger('gajim.c.connection_handlers')
  VCARD_PUBLISHED = 'vcard_published'
  VCARD_ARRIVED = 'vcard_arrived'
  AGENT_REMOVED = 'agent_removed'
  METACONTACTS_ARRIVED = 'metacontacts_arrived'
  ROSTER_ARRIVED = 'roster_arrived'
  PRIVACY_ARRIVED = 'privacy_arrived'
  PEP_CONFIG = 'pep_config'
  HAS_IDLE = False

Imports: os, base64, sys, operator, hashlib, hmac, altzone, daylight, gmtime, localtime, mktime, strftime, time_time, timezone, tzname, timegm, datetime, capscache, helpers, gajim, exceptions, ConnectionCommands, ConnectionPubSub, ConnectionPEP, ConnectionCaps, ConnectionSocks5Bytestream, ged, nec, NetworkEvent, GajimPlugin, dbus_support, dbus, MusicTrackListener, logging, common


Variables Details [hide private]

log

Value:
logging.getLogger('gajim.c.connection_handlers')

VCARD_PUBLISHED

Value:
'vcard_published'

VCARD_ARRIVED

Value:
'vcard_arrived'

AGENT_REMOVED

Value:
'agent_removed'

METACONTACTS_ARRIVED

Value:
'metacontacts_arrived'

ROSTER_ARRIVED

Value:
'roster_arrived'

PRIVACY_ARRIVED

Value:
'privacy_arrived'

PEP_CONFIG

Value:
'pep_config'

HAS_IDLE

Value:
False