Home | Trees | Indices | Help |
|
---|
|
XMPP transport.
This module provides the abstract base class for XMPP transports (mechanisms used to send and receive XMPP content, not to be confused with protocol gateways sometimes also called 'transports') and the standard TCP transport.
|
|||
WriteJob Base class for objects put to the TCPTransport write queue. |
|||
ContinueConnect Object to signal (via the write queue) a pending connect request. |
|||
StartTLS StartTLS request for the TCPTransport write queue. |
|||
TLSHandshake Object to signal (via the write queue) a pending TLS handshake. |
|||
WriteData Data queued for write. |
|||
TCPTransport XMPP over TCP with optional TLS. |
|
|||
logger = logging.getLogger("pyxmpp2.transport")
|
|||
IN_LOGGER = logging.getLogger("pyxmpp2.IN")
|
|||
OUT_LOGGER = logging.getLogger("pyxmpp2.OUT")
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Jul 10 09:22:46 2011 | http://epydoc.sourceforge.net |