module documentation
Class BasicAuthenticatorTests Test for both BasicAuthenticator and basicClientFactory.
Class BindInitializerTests Tests for client.BindInitializer.
Class CheckVersionInitializerTests No class docstring; 0/1 instance variable, 2/3 methods documented
Class InitiatingInitializerHarness Testing harness for interacting with XML stream initializers.
Class IQAuthInitializerTests Tests for client.IQAuthInitializer.
Class SessionInitializerTests Tests for client.SessionInitializer.
Class XMPPAuthenticatorTests Test for both XMPPAuthenticator and XMPPClientFactory.
Constant IQ_AUTH_GET Undocumented
Constant IQ_AUTH_SET Undocumented
Constant IQ_BIND_SET Undocumented
Constant IQ_SESSION_SET Undocumented
Constant NS_BIND Undocumented
Constant NS_SESSION Undocumented
IQ_AUTH_GET: str = (source)

Undocumented

Value
'/iq[@type="get"]/query[@xmlns="jabber:iq:auth"]'
IQ_AUTH_SET: str = (source)

Undocumented

Value
'/iq[@type="set"]/query[@xmlns="jabber:iq:auth"]'
IQ_BIND_SET = (source)

Undocumented

Value
'/iq[@type="set"]/bind[@xmlns="%s"]'%NS_BIND
IQ_SESSION_SET = (source)

Undocumented

Value
'/iq[@type="set"]/session[@xmlns="%s"]'%NS_SESSION

Undocumented

Value
'urn:ietf:params:xml:ns:xmpp-bind'
NS_SESSION: str = (source)

Undocumented

Value
'urn:ietf:params:xml:ns:xmpp-session'