interface documentation

class IInitiatingInitializer(IInitializer): (source)

Known implementations: twisted.words.protocols.jabber.xmlstream.BaseFeatureInitiatingInitializer

View In Hierarchy

Interface for XML stream initializers for the initiating entity.
Method initialize Initiate the initialization step.
Attribute xmlstream The associated XML stream
def initialize(): (source)

Initiate the initialization step.

May return a deferred when the initialization is done asynchronously.

xmlstream = (source)
The associated XML stream