class documentation
class ListenAuthenticator(Authenticator): (source)
Known subclasses: twisted.words.protocols.jabber.component.ListenComponentAuthenticator
Authenticator for receiving entities.
Method | associate |
Called by the XmlStreamFactory when a connection has been made. |
Method | stream |
Called by the XmlStream when the stream has started. |
Class Variable | namespace |
Undocumented |
Inherited from Authenticator
:
Method | __init__ |
Undocumented |
Method | connection |
Called by the XmlStream when the underlying socket connection is in place. |
Instance Variable | xmlstream |
The XmlStream that needs authentication |
Called by the XmlStreamFactory when a connection has been made.
Extend Authenticator.associateWithStream
to set the XmlStream
to be non-initiating.
Called by the XmlStream when the stream has started.
This extends Authenticator.streamStarted
to extract further information from the stream headers from rootElement.