Module clientstream
source code
XMPP stream support with fallback to legacy non-SASL Jabber authentication.
- Normative reference:
-
|
LegacyClientStream
Handles Jabber (both XMPP and legacy protocol) client connection stream.
|
|
__revision__ = ' $Id: clientstream.py 683 2008-12-05 18:25:45Z ...
|
|
__package__ = ' pyxmpp.jabber '
|
Imports:
hashlib,
sha,
sha_factory,
logging,
Iq,
to_utf8,
from_utf8,
JID,
ClientStream,
Register,
ClientStreamError,
LegacyAuthenticationError,
RegistrationError
__revision__
- Value:
' $Id: clientstream.py 683 2008-12-05 18:25:45Z jajcus $ '
|
|