|
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_gMailQueryCB(self,
con,
iq_obj)
Called when we receive results from Querying the server for mail messages
in gmail account |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
get_bob_data(self,
cid,
to,
callback,
args,
position)
Request for BoB (XEP-0231) and when data will arrive, call callback
with given args, after having replaced cid by it's data in
args[position] |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from ConnectionVcard:
add_sha,
get_cached_vcard,
request_vcard,
send_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.ConnectionSocks5Bytestream (private):
_ResultCB,
_add_addiditional_streamhosts_to_query,
_add_local_ips_as_streamhosts_to_query,
_add_proxy_streamhosts_to_query,
_add_streamhosts_to_query,
_bytestreamErrorCB,
_bytestreamResultCB,
_bytestreamSetCB,
_connect_error,
_get_file_transfer_proxies_from_config,
_proxy_auth_ok,
_result_socks5_sid,
_send_socks5_info
Inherited from protocol.bytestream.ConnectionBytestream:
send_file_approval,
send_file_rejection,
send_file_request
Inherited from ConnectionDisco:
discoverInfo,
discoverItems,
register_agent,
request_register_agent_info
Inherited from commands.ConnectionCommands:
commandInfoQuery,
commandItemsQuery,
commandListQuery,
getOurBareJID,
isSameJID
Inherited from pubsub.ConnectionPubSub:
request_pb_configuration,
send_pb_configure,
send_pb_create,
send_pb_delete,
send_pb_publish,
send_pb_purge,
send_pb_retract,
send_pb_retrieve,
send_pb_subscribe,
send_pb_subscription_query,
send_pb_unsubscribe
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 object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
Inherited from ConnectionHandlersBase:
delete_session,
find_controlless_session,
find_null_session,
find_session,
get_or_create_session,
get_sessions,
make_new_session,
terminate_sessions
|