Mercurial > pidgin.yaz
comparison pidgin/gtkmain.c @ 32128:d82d402c39fb
Change Finch to use Pidgin's clientkey/devid when connecting to ICQ.
For whatever reason the Finch-specific clientkey/devid stopped working.
Whatever.
Fixes #14294
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Mon, 20 Jun 2011 04:45:22 +0000 |
parents | e81c1e7ed278 |
children | e2c6e4fc3c84 |
comparison
equal
deleted
inserted
replaced
32127:84f72590a319 | 32128:d82d402c39fb |
---|---|
379 /* | 379 /* |
380 * This is the client key for "Pidgin." It is owned by the AIM | 380 * This is the client key for "Pidgin." It is owned by the AIM |
381 * account "markdoliner." Please don't use this key for other | 381 * account "markdoliner." Please don't use this key for other |
382 * applications. You can either not specify a client key, in | 382 * applications. You can either not specify a client key, in |
383 * which case the default "libpurple" key will be used, or you | 383 * which case the default "libpurple" key will be used, or you |
384 * can register for your own client key at | 384 * can try to register your own at the AIM or ICQ web sites |
385 * http://developer.aim.com/manageKeys.jsp | 385 * (although this functionality was removed at some point, it's |
386 * possible it has been re-added). AOL's old key management | |
387 * page is http://developer.aim.com/manageKeys.jsp | |
386 */ | 388 */ |
387 g_hash_table_insert(ui_info, "prpl-aim-clientkey", "ma1cSASNCKFtrdv9"); | 389 g_hash_table_insert(ui_info, "prpl-aim-clientkey", "ma1cSASNCKFtrdv9"); |
388 g_hash_table_insert(ui_info, "prpl-icq-clientkey", "ma1cSASNCKFtrdv9"); | 390 g_hash_table_insert(ui_info, "prpl-icq-clientkey", "ma1cSASNCKFtrdv9"); |
389 | 391 |
390 /* | 392 /* |