Send presence when cancelling account error

darcs-hash:20080514195448-86b55-c803a583c5ec672f1778ba5a703fc2b116b48d67.gz
This commit is contained in:
David Rousselie
2008-05-14 21:54:48 +02:00
parent e1c9919390
commit b1099cc903

View File

@@ -571,8 +571,8 @@ class AccountManager(object):
def cancel_account_error(self, _account): def cancel_account_error(self, _account):
"""Reset Account error status and send new available presence""" """Reset Account error status and send new available presence"""
_account.error = None _account.error = None
return self.get_account_presence_available(_account, self.component.send_stanzas(self.get_account_presence_available(\
_account.default_lang_class) _account, _account.default_lang_class))
############################################################################### ###############################################################################
# JCL implementation # JCL implementation
@@ -1063,7 +1063,7 @@ class JCLComponent(Component, object):
""" """ """ """
self.send_stanzas(self.account_manager.get_account_error_stanzas(\ self.send_stanzas(self.account_manager.get_account_error_stanzas(\
_account, exception)) _account, exception))
self.__logger.debug("Error: ", exc_info=True) self.__logger.error("Error: ", exc_info=True)
def get_config_parameter(self, section, parameter): def get_config_parameter(self, section, parameter):
if self.config is not None \ if self.config is not None \