Mercurial > pidgin.yaz
changeset 2308:a90be9567452
[gaim-migrate @ 2318]
talk to people
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 19 Sep 2001 05:46:18 +0000 |
parents | 64dd9e99884c |
children | a87ca0aa1840 |
files | src/protocols/oscar/oscar.c |
diffstat | 1 files changed, 1 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/oscar/oscar.c Wed Sep 19 00:55:49 2001 +0000 +++ b/src/protocols/oscar/oscar.c Wed Sep 19 05:46:18 2001 +0000 @@ -58,7 +58,7 @@ static int gaim_caps = AIM_CAPS_CHAT | AIM_CAPS_BUDDYICON | AIM_CAPS_IMIMAGE; -static fu8_t gaim_features[] = {0x01, 0x01, 0x01, 0x02, 0x66}; +static fu8_t gaim_features[] = {0x01, 0x01, 0x01, 0x02}; struct oscar_data { aim_session_t *sess; @@ -1268,9 +1268,6 @@ struct gaim_connection *gc = sess->aux_data; int flags = 0; - if ((sizeof(gaim_features) == args->featureslen) && !memcmp(gaim_features, args->features, args->featureslen)) - flags |= IM_FLAG_GAIMUSER; - if (args->icbmflags & AIM_IMFLAGS_AWAY) flags |= IM_FLAG_AWAY;