| 339 * can try to register your own at the AIM or ICQ web sites |
339 * can try to register your own at the AIM or ICQ web sites |
| 340 * (although this functionality was removed at some point, it's |
340 * (although this functionality was removed at some point, it's |
| 341 * possible it has been re-added). AOL's old key management |
341 * possible it has been re-added). AOL's old key management |
| 342 * page is http://developer.aim.com/manageKeys.jsp |
342 * page is http://developer.aim.com/manageKeys.jsp |
| 343 */ |
343 */ |
| 344 g_hash_table_insert(ui_info, "prpl-aim-clientkey", "ma1cSASNCKFtrdv9"); |
344 g_hash_table_insert(ui_info, "protocol-aim-clientkey", "ma1cSASNCKFtrdv9"); |
| 345 g_hash_table_insert(ui_info, "prpl-icq-clientkey", "ma1cSASNCKFtrdv9"); |
345 g_hash_table_insert(ui_info, "protocol-icq-clientkey", "ma1cSASNCKFtrdv9"); |
| 346 |
346 |
| 347 /* |
347 /* |
| 348 * This is the distid for Pidgin, given to us by AOL. Please |
348 * This is the distid for Pidgin, given to us by AOL. Please |
| 349 * don't use this for other applications. You can just not |
349 * don't use this for other applications. You can just not |
| 350 * specify a distid and libpurple will use a default. |
350 * specify a distid and libpurple will use a default. |
| 351 */ |
351 */ |
| 352 g_hash_table_insert(ui_info, "prpl-aim-distid", GINT_TO_POINTER(1550)); |
352 g_hash_table_insert(ui_info, "protocol-aim-distid", GINT_TO_POINTER(1550)); |
| 353 g_hash_table_insert(ui_info, "prpl-icq-distid", GINT_TO_POINTER(1550)); |
353 g_hash_table_insert(ui_info, "protocol-icq-distid", GINT_TO_POINTER(1550)); |
| 354 } |
354 } |
| 355 |
355 |
| 356 return ui_info; |
356 return ui_info; |
| 357 } |
357 } |
| 358 |
358 |