Mercurial > pidgin
diff src/protocols/oscar/aim.h @ 12049:d854a6fc7b82
[gaim-migrate @ 14344]
Identify Gaim as "Gaim" instead of claiming to be the AIM or ICQ clients.
Justin Uberti said we should do this. Although, I can't seem to find
the blog entry where he mentioned it...
We'll see how it goes.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sat, 12 Nov 2005 15:19:24 +0000 |
| parents | 69b0378c79e0 |
| children | 240a5fd91bdb |
line wrap: on
line diff
--- a/src/protocols/oscar/aim.h Sat Nov 12 14:10:07 2005 +0000 +++ b/src/protocols/oscar/aim.h Sat Nov 12 15:19:24 2005 +0000 @@ -277,11 +277,20 @@ "us", "en", \ } +#define CLIENTINFO_GAIM { \ + "Gaim", \ + 0xf001, \ + GAIM_MAJOR_VERSION, GAIM_MINOR_VERSION, \ + GAIM_MINOR_VERSION, 0x0000, \ + 0x00000000, \ + "us", "en", \ +} + #define CLIENTINFO_AIM_KNOWNGOOD CLIENTINFO_AIM_5_1_3036 #define CLIENTINFO_ICQ_KNOWNGOOD CLIENTINFO_ICQ_5_45_3777 -/* - * These could be arbitrary, but its easier to use the actual AIM values +/* + * These could be arbitrary, but its easier to use the actual AIM values */ #define AIM_CONN_TYPE_BOS 0x0002 #define AIM_CONN_TYPE_ADS 0x0005
