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

Class ConnectionHandlersZeroconf

source code


Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_messageCB(self, ip, con, msg)
Called when we receive a message
source code
 
store_metacontacts(self, tags)
Fake empty method
source code
 
_DiscoverItemsGetCB(self, con, iq_obj) source code

Inherited from ConnectionVcard: add_caps, add_sha, request_vcard, send_vcard

Inherited from connection_handlers.ConnectionVcard: get_cached_vcard

Inherited from protocol.bytestream.ConnectionSocks5Bytestream: disconnect_transfer, remove_all_transfers, remove_transfer, send_success_connect_reply, stop_all_active_file_transfers

Inherited from protocol.bytestream.ConnectionBytestream: send_file_approval, send_file_rejection, send_file_request

Inherited from commands.ConnectionCommands: commandInfoQuery, commandItemsQuery, commandListQuery, getOurBareJID, isSameJID

Inherited from pep.ConnectionPEP: reset_awaiting_pep, retract_activity, retract_location, retract_mood, retract_nickname, retract_tune, send_activity, send_awaiting_pep, send_location, send_mood, send_nickname, send_tune

Inherited from pep.ConnectionPEP (private): _pubsubEventCB

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Inherited from connection_handlers.ConnectionHandlersBase: delete_session, find_controlless_session, find_null_session, find_session, get_or_create_session, get_sessions, make_new_session, terminate_sessions

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: connection_handlers.ConnectionJingle.__init__

_messageCB(self, ip, con, msg)

source code 
Called when we receive a message

store_metacontacts(self, tags)

source code 
Fake empty method

_DiscoverItemsGetCB(self, con, iq_obj)

source code