Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/protocols/oscar/auth.c Sun Feb 27 08:35:11 2005 +0000 +++ b/src/protocols/oscar/auth.c Sun Feb 27 20:47:00 2005 +0000 @@ -476,12 +476,10 @@ aim_tlvlist_add_raw(&tl, 0x0001, strlen(sn), sn); - /* - * These are sent in logins for recent WinAIM clients. Maybe tells - * the server we're able to handle SecurID requests? That's a complete - * guess. - */ + /* Tell the server we support SecurID logins. */ aim_tlvlist_add_noval(&tl, 0x004b); + + /* Unknown. Sent in recent WinAIM clients.*/ aim_tlvlist_add_noval(&tl, 0x005a); aim_tlvlist_write(&fr->data, &tl);
