Mercurial > pidgin
diff libpurple/protocols/oscar/oscar.h @ 24694: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 | 531922f4ea2a |
children | d265a11c6446 6e1967b0f90b |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.h Thu Dec 11 08:08:02 2008 +0000 +++ b/libpurple/protocols/oscar/oscar.h Thu Dec 11 08:19:09 2008 +0000 @@ -362,8 +362,9 @@ OSCAR_CAPABILITY_LIVEVIDEO = 0x02000000, OSCAR_CAPABILITY_CAMERA = 0x04000000, OSCAR_CAPABILITY_ICHAT_SCREENSHARE = 0x08000000, - OSCAR_CAPABILITY_GENERICUNKNOWN = 0x10000000, - OSCAR_CAPABILITY_LAST = 0x20000000 + OSCAR_CAPABILITY_TYPING = 0x10000000, + OSCAR_CAPABILITY_GENERICUNKNOWN = 0x20000000, + OSCAR_CAPABILITY_LAST = 0x40000000 } OscarCapability; /*