diff libpurple/connection.c @ 21424:ba061949650c

I don't think that incorrect passwords can be helpfully distinguished from other authentication errors (other than invalid usernames, for instance). For example, if you typo the username but enter the correct password, it's not the password that's wrong.
author Will Thompson <will.thompson@collabora.co.uk>
date Sun, 11 Nov 2007 21:37:39 +0000
parents 375d10e84c4b
children f9b468c5d0aa
line wrap: on
line diff
--- a/libpurple/connection.c	Sun Nov 11 21:22:12 2007 +0000
+++ b/libpurple/connection.c	Sun Nov 11 21:37:39 2007 +0000
@@ -580,7 +580,6 @@
 		case PURPLE_CONNECTION_ERROR_NETWORK_ERROR:
 			return FALSE;
 		case PURPLE_CONNECTION_ERROR_INVALID_USERNAME:
-		case PURPLE_CONNECTION_ERROR_INCORRECT_PASSWORD:
 		case PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED:
 		case PURPLE_CONNECTION_ERROR_AUTHENTICATION_IMPOSSIBLE:
 		case PURPLE_CONNECTION_ERROR_NO_SSL_SUPPORT: