updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / libpurple-devid / icq-devid.patch
blob34cb33a41d31818d32713e61ff7c90a8a358e7f6
1 diff --git a/libpurple/protocols/oscar/clientlogin.c b/libpurple/protocols/oscar/clientlogin.c
2 index a6e37fc..06b3315 100644
3 --- a/libpurple/protocols/oscar/clientlogin.c
4 +++ b/libpurple/protocols/oscar/clientlogin.c
5 @@ -74,20 +74,18 @@ static const gchar *get_start_oscar_session_url(OscarData *od)
8 /*
9 - * Using clientLogin requires a developer ID. This key is for libpurple.
10 - * It is the default key for all libpurple-based clients. AOL encourages
11 - * UIs (especially ones with lots of users) to override this with their
12 - * own key. This key is owned by the AIM account "markdoliner"
13 + * Using clientLogin requires a developer ID. This key is stolen from
14 + * the official AIR client. AOL encourages UIs (especially ones with
15 + * lots of users) to override this with their own key, and then blocks
16 + * them.
18 * Keys can be managed at http://developer.aim.com/manageKeys.jsp
20 -#define DEFAULT_CLIENT_KEY "ma15d7JTxbmVG-RP"
21 +#define DEFAULT_CLIENT_KEY "ic1-IIcaJnnNV5xA"
23 static const char *get_client_key(OscarData *od)
25 - return oscar_get_ui_info_string(
26 - od->icq ? "prpl-icq-clientkey" : "prpl-aim-clientkey",
27 - DEFAULT_CLIENT_KEY);
28 + return DEFAULT_CLIENT_KEY;
31 static gchar *generate_error_message(xmlnode *resp, const char *url)