diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-06-02 09:47:18 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-06-02 09:47:18 +0100 |
commit | 3dc6d86076dbea16c313bb87aa2f37166f289a8e (patch) | |
tree | 592583109ae0030302143f74d6f0ef0a63f35669 /protocols/oscar/oscar.c | |
parent | ba3233ce0b1fc34f3ad0a450bb1b661909dafb79 (diff) |
Disable old-style ICQ authentication. It looks like AOL or whoever is slowly
taking down support for it. Just to be sure, it can be re-enabled with a
setting, I'll remove that after the next release.
Diffstat (limited to 'protocols/oscar/oscar.c')
-rw-r--r-- | protocols/oscar/oscar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/oscar/oscar.c b/protocols/oscar/oscar.c index 9f33f320..9602a496 100644 --- a/protocols/oscar/oscar.c +++ b/protocols/oscar/oscar.c @@ -373,6 +373,7 @@ static void oscar_init(account_t *acc) if (isdigit(acc->user[0])) { set_add(&acc->set, "ignore_auth_requests", "false", set_eval_bool, acc); + set_add(&acc->set, "old_icq_auth", "false", set_eval_bool, acc); } s = set_add(&acc->set, "server", AIM_DEFAULT_LOGIN_SERVER, set_eval_account, acc); |