# HG changeset patch # User Paul Aurich # Date 1246821465 0 # Node ID 46e0f65b14a156a19a8e73f93135492b2228579f # Parent 1ae69ca12971df7f024c74cb2d9dd7d7d66ec664 The XOR method is disabled in family_auth.c diff -r 1ae69ca12971 -r 46e0f65b14a1 libpurple/protocols/oscar/oscar.c --- 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));