Home | Trees | Index | Help |
|
---|
Package pyxmpp :: Module streamtls :: Class StreamTLSMixIn |
|
Stream
Mix-in class providing TLS support for an XMPP stream. :Ivariables: - `tls`: TLS connection object.
Method Summary | |
---|---|
Initialize TLS support of a Stream object :Parameters: - `tls_settings`: settings for StartTLS. | |
Get the TLS connection object for the stream. |
Method Details |
---|
__init__(self,
tls_settings=None)
|
get_tls_connection(self)Get the TLS connection object for the stream. :return: `self.tls` |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed May 31 22:37:02 2006 | http://epydoc.sf.net |