comparison frontends/quick_frontend/quick_app.py @ 102:94011f553cd0

misc bugfixes - wix: added forgotten profile in gateways management - xml_tools: removed XMLClass to the 2 methods as a direct methods - plugin_xep_100 (gateways discovery): added error callback
author Goffi <goffi@goffi.org>
date Tue, 22 Jun 2010 13:58:53 +0800
parents 63c9067a1499
children 1f0fd6f03e2b
comparison
equal deleted inserted replaced
101:783e9d6980ec 102:94011f553cd0
154 """called when the connection is made""" 154 """called when the connection is made"""
155 if not self.__check_profile(profile): 155 if not self.__check_profile(profile):
156 return 156 return
157 debug(_("Connected")) 157 debug(_("Connected"))
158 self.setStatusOnline(True) 158 self.setStatusOnline(True)
159 self.bridge.joinMUC('conference.necton2.int', 'test', self.profiles[self.profile]['whoami'].node, self.profile) #gof: 159 #self.bridge.joinMUC('conference.necton2.int', 'test', self.profiles[self.profile]['whoami'].node, self.profile) #gof:
160 160
161 161
162 def disconnected(self, profile): 162 def disconnected(self, profile):
163 """called when the connection is closed""" 163 """called when the connection is closed"""
164 if not self.__check_profile(profile): 164 if not self.__check_profile(profile):