Esempio n. 1
0
 def register_handler(self):
     """
     this method overrides the defaut register_handler of the super class.
     """
     TNArchipelEntity.register_handler(self)
     self.xmppclient.RegisterHandler("iq", self.process_iq, ns=ARCHIPEL_NS_HYPERVISOR_CONTROL)