module documentation
Undocumented
Class |
|
Authenticates an XmlStream against a Jabber server as a Client. |
Class |
|
Initializer that implements Resource Binding for the initiating entity. |
Class |
|
Initializer that checks if the minimum common stream version number is 1.0. |
Class | IQ |
Wrapper for a Info/Query packet. |
Class |
|
Non-SASL Authentication initializer for the initiating entity. |
Class |
|
Initializer that implements session establishment for the initiating entity. |
Class |
|
Initializes an XmlStream connecting to an XMPP server as a Client. |
Function | basic |
Undocumented |
Function |
|
Client factory for XMPP 1.0 (only). |
Constant | NS |
Undocumented |
Constant | NS |
Undocumented |
Constant | NS |
Undocumented |
Constant | NS |
Undocumented |
Variable |
|
Undocumented |
Variable |
|
Undocumented |
Client factory for XMPP 1.0 (only).
This returns a xmlstream.XmlStreamFactory
with an XMPPAuthenticator
object to perform the stream initialization steps (such as authentication).
Parameters | |
jid:jid.JID | Jabber ID to connect with. |
password:unicode | password to authenticate with. |
configurationIOpenSSLClientConnectionCreator or None | An object which creates appropriately configured TLS connections. This is passed to startTLS on the transport and is preferably created using twisted.internet.ssl.optionsForClientTLS . If None , the default is to verify the server certificate against the trust roots as provided by the platform. See twisted.internet._sslverify.platformTrust . |
Returns | |
xmlstream.XmlStreamFactory | XML stream factory. |
See Also | |
The notes at XMPPAuthenticator describe how the jid and password parameters are to be used. |