Interface t.w.p.j.i.IInitiatingInitializer(IInitializer):

Part of twisted.words.protocols.jabber.ijabber View Source View In Hierarchy

Known implementations: twisted.words.protocols.jabber.xmlstream.BaseFeatureInitiatingInitializer
Interface for XML stream initializers for the initiating entity.
Attribute xmlstream The associated XML stream
Method initialize Initiate the initialization step.
xmlstream =
The associated XML stream
def initialize(): (source)

Initiate the initialization step.

May return a deferred when the initialization is done asynchronously.
API Documentation for twisted, generated by pydoctor.