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

Module pyxmpp.jabber.clientstream

XMPP stream support with fallback to legacy non-SASL Jabber authentication.

Normative reference:

Classes
LegacyClientStream Handles Jabber (both XMPP and legacy protocol) client connection stream.

Exceptions
LegacyAuthenticationError Raised on a legacy authentication error.
RegistrationError Raised on a in-band registration error.

Variable Summary
str __revision__ = '$Id: clientstream.py 616 2005-12-26 15:2...

Imported modules:
logging, sha
Imported classes:
ClientStream, Iq, JID, Register
Imported exceptions:
ClientStreamError
Imported functions:
from_utf8, to_utf8
Variable Details

__revision__

Type:
str
Value:
'$Id: clientstream.py 616 2005-12-26 15:28:56Z jajcus $'