Package pyxmpp :: Module clientstream
[show private | hide private]
[frames | no frames]

Module pyxmpp.clientstream

Client stream handling.

Normative reference:

Classes
ClientStream Handles XMPP-IM client connection stream.

Exceptions
ClientStreamError Raised on a client stream error.
FatalClientStreamError Raised on a fatal client stream error.

Variable Summary
str __revision__ = '$Id: clientstream.py 559 2005-03-20 18:0...

Imported modules:
logging
Imported classes:
JID, Stream
Imported exceptions:
FatalStreamError, SASLMechanismNotAvailable, SASLNotAvailable, StreamAuthenticationError, StreamError
Imported functions:
to_utf8
Imported variables:
BIND_NS
Variable Details

__revision__

Type:
str
Value:
'$Id: clientstream.py 559 2005-03-20 18:01:06Z jajcus $'