class documentation

class BindInitializer(xmlstream.BaseFeatureInitiatingInitializer): (source)

View In Hierarchy

Initializer that implements Resource Binding for the initiating entity.

This protocol is documented in RFC 3920, section 7.

Method onBind Undocumented
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
def onBind(self, iq): (source)

Undocumented

def start(self): (source)

Start the actual initialization.

May return a deferred for asynchronous initialization.