Wed, 14 Dec 2005 22:53:17 +0000
[gaim-migrate @ 14797]
I'm hoping this fixes the auth request spam. Please to be testink it.
| src/protocols/oscar/service.c | file | annotate | diff | comparison | revisions |
--- a/src/protocols/oscar/service.c Wed Dec 14 22:50:05 2005 +0000 +++ b/src/protocols/oscar/service.c Wed Dec 14 22:53:17 2005 +0000 @@ -811,7 +811,7 @@ * 'AIM_ICQ_STATE_DIRECTREQUIREAUTH' was removed because setting it might * be the cause of people reciving many unsolicited authorization requests. */ - data = AIM_ICQ_STATE_HIDEIP | AIM_ICQ_STATE_WEBAWARE | status; + data = AIM_ICQ_STATE_HIDEIP | status; if (!(fr = aim_tx_new(sess, conn, AIM_FRAMETYPE_FLAP, 0x02, 10 + 8))) return -ENOMEM;