Class t.w.p.j.c.ComponentInitiatingInitializer(object):

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

External server-side component authentication initializer for the initiating entity.
Instance VariablesxmlstreamXML stream between server and component. (type: xmlstream.XmlStream )
Method __init__ Undocumented
Method initialize Undocumented
Method _cbHandshake Undocumented
def __init__(self, xs): (source)
Undocumented
def initialize(self): (source)
Undocumented
def _cbHandshake(self, _): (source)
Undocumented
API Documentation for twisted, generated by pydoctor.