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 703 2010-04-03 17:45:43Z ...
|
|
__package__ = ' pyxmpp.jabber '
|
Imports:
hashlib,
logging,
Iq,
to_utf8,
from_utf8,
JID,
ClientStream,
Register,
ClientStreamError,
LegacyAuthenticationError,
RegistrationError
__revision__
- Value:
' $Id: clientstream.py 703 2010-04-03 17:45:43Z jajcus $ '
|
|