diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-11-15 23:00:32 +0000 |
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-11-15 23:00:32 +0000 |
| commit | 6b96de6730acc68352e1a7bc4ef5415a4e97ed92 (patch) | |
| tree | cf1f3255eff544756e5f759035c716c802cf1756 /protocols/oscar/aim.h | |
| parent | ed0589ce0af33a8e199b6bc75f55e45904c85d1c (diff) | |
Un-deprecate login.icq.com, ICQ is back on its own server thanks to the
acquisition from a while ago. I was warned about two weeks ago that this
was going to happen ... apparently sooner than expected.
Diffstat (limited to 'protocols/oscar/aim.h')
| -rw-r--r-- | protocols/oscar/aim.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/oscar/aim.h b/protocols/oscar/aim.h index d1fc602a..479f8fd0 100644 --- a/protocols/oscar/aim.h +++ b/protocols/oscar/aim.h @@ -93,7 +93,8 @@ typedef guint16 flap_seqnum_t; * the client to connect to it. * */ -#define AIM_DEFAULT_LOGIN_SERVER "login.messaging.aol.com" +#define AIM_DEFAULT_LOGIN_SERVER_AIM "login.messaging.aol.com" +#define AIM_DEFAULT_LOGIN_SERVER_ICQ "login.icq.com" #define AIM_LOGIN_PORT 5190 /* |
