|
__init__(self,
socket,
server,
xmlns,
peer=None) |
source code
|
|
|
|
|
|
|
|
|
enqueue(self,
stanza)
Takes Protocol instance as argument. |
source code
|
|
|
push_queue(self,
failreason=' urn:ietf:params:xml:ns:xmpp-stanzas recipient-unavailable ' ) |
source code
|
|
|
|
|
|
|
|
|
_catch_stream_id(self,
ns=None,
tag=' stream ' ,
attrs={ } ) |
source code
|
|
|
_stream_open(self,
ns=None,
tag=' stream ' ,
attrs={ } ) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
terminate_stream(self,
error=None,
unregister=1) |
source code
|
|
|
_destroy_socket(self)
breaking cyclic dependancy to let python's GC free memory just now |
source code
|
|
|
|
|
|
|
|
|
|
|
|