Package common :: Package zeroconf :: Module connection_handlers_zeroconf
[hide private]
[frames] | no frames]

Module connection_handlers_zeroconf

source code

Classes [hide private]
  ConnectionVcard
  ConnectionHandlersZeroconf
Variables [hide private]
  log = logging.getLogger('gajim.c.z.connection_handlers_zeroconf')
  STATUS_LIST = ['offline', 'connecting', 'online', 'chat', 'awa...
  VCARD_PUBLISHED = 'vcard_published'
  VCARD_ARRIVED = 'vcard_arrived'
  AGENT_REMOVED = 'agent_removed'
  HAS_IDLE = False

Imports: time, socket, timegm, common, helpers, gajim, zeroconf, ConnectionCommands, ConnectionPEP, ConnectionSocks5BytestreamZeroconf, logging, idle, connection_handlers, ChatControlSession


Variables Details [hide private]

log

Value:
logging.getLogger('gajim.c.z.connection_handlers_zeroconf')

STATUS_LIST

Value:
['offline', 'connecting', 'online', 'chat', 'away', 'xa', 'dnd', 'invi\
sible']

VCARD_PUBLISHED

Value:
'vcard_published'

VCARD_ARRIVED

Value:
'vcard_arrived'

AGENT_REMOVED

Value:
'agent_removed'

HAS_IDLE

Value:
False