comparison libpurple/protocols/oscar/clientlogin.c @ 28764:17fed2099778

disapproval of revision '219b3128f3d96b126a9ed9aff2d2f3277e69dbd4'
author Paul Aurich <paul@darkrain42.org>
date Sun, 06 Dec 2009 19:26:45 +0000
parents 72bce773b640
children 259bbfb423d4
comparison
equal deleted inserted replaced
28763:72bce773b640 28764:17fed2099778
391 391
392 if (status_code == 330 && status_detail_code == 3011) { 392 if (status_code == 330 && status_detail_code == 3011) {
393 purple_connection_error_reason(gc, 393 purple_connection_error_reason(gc,
394 PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED, 394 PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED,
395 _("Incorrect password")); 395 _("Incorrect password"));
396 } else if (status_code == 330 && status_detail_code == 3015) {
397 purple_connection_error_reason(gc,
398 PURPLE_CONNECTION_ERROR_AUTHENTICATION_FAILED,
399 _("CAPTCHA requested. Logging into the AIM/ICQ website may fix this."));
400 } else if (status_code == 401 && status_detail_code == 3019) { 396 } else if (status_code == 401 && status_detail_code == 3019) {
401 purple_connection_error_reason(gc, 397 purple_connection_error_reason(gc,
402 PURPLE_CONNECTION_ERROR_OTHER_ERROR, 398 PURPLE_CONNECTION_ERROR_OTHER_ERROR,
403 _("AOL does not allow your screen name to authenticate here")); 399 _("AOL does not allow your screen name to authenticate here"));
404 } else { 400 } else {