twisted.words.protocols.jabber.client.BindInitializer(xmlstream.BaseFeatureInitiatingInitializer) class documentationtwisted.words.protocols.jabber.client
          View Source
          (View In Hierarchy)
        
      Initializer that implements Resource Binding for the initiating entity.
This protocol is documented in RFC 3920, section 7.
| Class Variable | feature | Undocumented | 
| Method | start | Start the actual initialization. | 
| Method | onBind | Undocumented | 
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 | Undocumented | 
| Method | initialize | Initiate the initialization. | 
Start the actual initialization.
May return a deferred for asynchronous initialization.