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