class twisted.words.protocols.jabber.client.SessionInitializer(xmlstream.BaseFeatureInitiatingInitializer): (source)
Initializer that implements session establishment for the initiating entity.
This protocol is defined in RFC 3921, section 3.
Class Variable | feature | Undocumented |
Method | start | Start the actual initialization. |
Inherited from BaseFeatureInitiatingInitializer:
Instance Variable | required | whether the stream feature is required to be advertized by the receiving entity. |
Method | __init__ | Undocumented |
Instance Variable | xmlstream | The associated XML stream |
Method | initialize | Initiate the initialization. |
Start the actual initialization.
May return a deferred for asynchronous initialization.