Mercurial > pidgin.yaz
diff libpurple/protocols/oscar/oscar.c @ 24642:e4b1ba7c351c
Advertise the same typing capability on OSCAR that ICQ 6 does, since we claim
to be ICQ 6. This should fix typing notifications in some third-party clients
and make us act a bit more like ICQ 6. Fixes #6300.
committer: John Bailey <rekkanoryo@rekkanoryo.org>
author | Jaromír Karmazín <blue.beret@seznam.cz> |
---|---|
date | Thu, 11 Dec 2008 08:19:09 +0000 |
parents | 9fc3f5bf4455 |
children | 5a435e953bc6 032651900c32 d265a11c6446 65cfc59858cf a959b17ffc57 |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c Thu Dec 11 08:08:02 2008 +0000 +++ b/libpurple/protocols/oscar/oscar.c Thu Dec 11 08:19:09 2008 +0000 @@ -68,7 +68,7 @@ static OscarCapability purple_caps = (OSCAR_CAPABILITY_CHAT | OSCAR_CAPABILITY_BUDDYICON | OSCAR_CAPABILITY_DIRECTIM | OSCAR_CAPABILITY_SENDFILE | OSCAR_CAPABILITY_UNICODE | OSCAR_CAPABILITY_INTEROPERATE | - OSCAR_CAPABILITY_SHORTCAPS); + OSCAR_CAPABILITY_SHORTCAPS | OSCAR_CAPABILITY_TYPING); static guint8 features_aim[] = {0x01, 0x01, 0x01, 0x02}; static guint8 features_icq[] = {0x01, 0x06};