misc small tweaks

This commit is contained in:
Nathan Fritz
2010-10-20 20:14:26 -07:00
parent c4699b92e6
commit d88999691c
3 changed files with 5 additions and 3 deletions

View File

@@ -357,8 +357,8 @@ class ClientXMPP(BaseXMPP):
xml -- The SASL authentication failure element.
"""
logging.info("Authentication failed.")
self.event("failed_auth", direct=True)
self.disconnect()
self.event("failed_auth")
def _handle_bind_resource(self, xml):
"""