Part of twisted.words.protocols.jabber.xmlstream View Source View In Hierarchy
Known subclasses: twisted.words.protocols.jabber.component.ListenComponentAuthenticator
Method | associateWithStream | Called by the XmlStreamFactory when a connection has been made. |
Method | streamStarted | Called by the XmlStream when the stream has started. |
Inherited from Authenticator:
Method | __init__ | Undocumented |
Method | connectionMade | Called by the XmlStream when the underlying socket connection is in place. |
Called by the XmlStreamFactory when a connection has been made.
ExtendAuthenticator.associateWithStream
to set the XmlStream
to be non-initiating.
Called by the XmlStream when the stream has started.
This extendsAuthenticator.streamStarted
to extract further information from the stream headers from
rootElement
.