Module streamtls
source code
TLS support for XMPP streams.
- Normative reference:
-
|
TLSSettings
Storage for TLS-related settings of an XMPP stream.
|
|
StreamTLSMixIn
Mix-in class providing TLS support for an XMPP stream.
|
|
_count_args(callable)
Utility function to count expected arguments of a callable |
source code
|
|
|
TLS_NS = ' urn:ietf:params:xml:ns:xmpp-tls '
|
|
tls_available = True
|
|
__package__ = ' pyxmpp '
|
Imports:
socket,
sys,
errno,
logging,
ssl,
warnings,
inspect,
SSLError,
StreamBase,
STREAM_NS,
FatalStreamError,
StreamEncryptionRequired,
TLSNegotiationFailed,
TLSError,
TLSNegotiatedButNotAvailableError,
JID