|  | 
        
          | PlugIn(self,
        owner,
        after_SASL=False,
        old_features=None) Attach to owner and register ourself and our _exported_methods in it.
If defined by a subclass, call self.plugin(owner) to execute hook
code after plugging
 | source code |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | dispatch(self,
        stanza,
        session=None,
        direct=0) Main procedure that performs XMPP stanza recognition and calling
apppropriate handlers for it. Called by simplexml
 | source code |  | 
  
    | Inherited from XMPPDispatcher:Event,RegisterCycleHandler,RegisterDefaultHandler,RegisterEventHandler,RegisterHandler,RegisterHandlerOnce,RegisterNamespace,RegisterNamespaceHandler,RegisterProtocol,SendAndCallForResponse,SendAndWaitForResponse,UnregisterCycleHandler,UnregisterHandler,__init__,dumpHandlers,getAnID,plugin,plugout,replace_non_character,restoreHandlers,returnStanzaHandler,send Inherited from plugin.PlugIn:PlugOut |