| 365 * can register for your own client key at |
365 * can register for your own client key at |
| 366 * http://developer.aim.com/manageKeys.jsp |
366 * http://developer.aim.com/manageKeys.jsp |
| 367 */ |
367 */ |
| 368 g_hash_table_insert(ui_info, "prpl-aim-clientkey", "ma1cSASNCKFtrdv9"); |
368 g_hash_table_insert(ui_info, "prpl-aim-clientkey", "ma1cSASNCKFtrdv9"); |
| 369 g_hash_table_insert(ui_info, "prpl-icq-clientkey", "ma1cSASNCKFtrdv9"); |
369 g_hash_table_insert(ui_info, "prpl-icq-clientkey", "ma1cSASNCKFtrdv9"); |
| |
370 |
| |
371 /* |
| |
372 * This is the distid for Pidgin, given to us by AOL. Please |
| |
373 * don't use this for other applications. You can just not |
| |
374 * specify a distid and libpurple will use a default. |
| |
375 */ |
| |
376 g_hash_table_insert(ui_info, "prpl-aim-distid", GINT_TO_POINTER(1550)); |
| |
377 g_hash_table_insert(ui_info, "prpl-icq-distid", GINT_TO_POINTER(1550)); |
| 370 } |
378 } |
| 371 |
379 |
| 372 return ui_info; |
380 return ui_info; |
| 373 } |
381 } |
| 374 |
382 |