comparison frontends/src/quick_frontend/quick_app.py @ 643:262d9d9ad27a

plugin XEP-0085: renamed category and parameter
author souliane <souliane@mailoo.org>
date Sat, 07 Sep 2013 19:50:12 +0200
parents 7ea6d5a86e58
children 0b9bd47dffcd
comparison
equal deleted inserted replaced
642:e07a03d52321 643:262d9d9ad27a
227 debug(_("Disconnected")) 227 debug(_("Disconnected"))
228 self.contact_list.clearContacts() 228 self.contact_list.clearContacts()
229 self.setStatusOnline(False) 229 self.setStatusOnline(False)
230 230
231 def connectionError(self, error_type, profile): 231 def connectionError(self, error_type, profile):
232 """called when something goest wrong with the connection""" 232 """called when something goes wrong with the connection"""
233 if not self.check_profile(profile): 233 if not self.check_profile(profile):
234 return 234 return
235 debug(_("Connection Error")) 235 debug(_("Connection Error"))
236 self.disconnected(profile) 236 self.disconnected(profile)
237 if error_type == "AUTH_ERROR": 237 if error_type == "AUTH_ERROR":