libpurple/protocols/oscar/oscar.c

changeset 27614
6e5c0a19fa45
parent 27514
e61c71ea635b
child 27631
e9208a631c25
--- a/libpurple/protocols/oscar/oscar.c	Sun Jul 05 19:07:06 2009 +0000
+++ b/libpurple/protocols/oscar/oscar.c	Sun Jul 05 19:17:45 2009 +0000
@@ -1548,9 +1548,8 @@
 	 * authenticate.
 	 *
 	 * AIM 5.9 and lower use an MD5-based login procedure called "BUCP".
-	 * Note that some people were unable to log in to ICQ using the MD5
-	 * method, and so ICQ, when not using clientLogin, is still using a
-	 * very insecure XOR-based login scheme.
+	 * This authentication method is used for both ICQ and AIM when
+	 * clientLogin is not enabled.
 	 */
 	if (purple_account_get_bool(account, "use_clientlogin", OSCAR_DEFAULT_USE_CLIENTLOGIN)) {
 		send_client_login(od, purple_account_get_username(account));

mercurial