Mercurial > pidgin.yaz
comparison src/protocols/oscar/auth.c @ 10644:de96582ba40a
[gaim-migrate @ 12155]
Ka-ching
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 27 Feb 2005 20:47:00 +0000 |
parents | cbbf5af9e520 |
children | f7431a6ff0cb |
comparison
equal
deleted
inserted
replaced
10643:868aafbe859b | 10644:de96582ba40a |
---|---|
474 snacid = aim_cachesnac(sess, 0x0017, 0x0006, 0x0000, NULL, 0); | 474 snacid = aim_cachesnac(sess, 0x0017, 0x0006, 0x0000, NULL, 0); |
475 aim_putsnac(&fr->data, 0x0017, 0x0006, 0x0000, snacid); | 475 aim_putsnac(&fr->data, 0x0017, 0x0006, 0x0000, snacid); |
476 | 476 |
477 aim_tlvlist_add_raw(&tl, 0x0001, strlen(sn), sn); | 477 aim_tlvlist_add_raw(&tl, 0x0001, strlen(sn), sn); |
478 | 478 |
479 /* | 479 /* Tell the server we support SecurID logins. */ |
480 * These are sent in logins for recent WinAIM clients. Maybe tells | |
481 * the server we're able to handle SecurID requests? That's a complete | |
482 * guess. | |
483 */ | |
484 aim_tlvlist_add_noval(&tl, 0x004b); | 480 aim_tlvlist_add_noval(&tl, 0x004b); |
481 | |
482 /* Unknown. Sent in recent WinAIM clients.*/ | |
485 aim_tlvlist_add_noval(&tl, 0x005a); | 483 aim_tlvlist_add_noval(&tl, 0x005a); |
486 | 484 |
487 aim_tlvlist_write(&fr->data, &tl); | 485 aim_tlvlist_write(&fr->data, &tl); |
488 aim_tlvlist_free(&tl); | 486 aim_tlvlist_free(&tl); |
489 | 487 |