gaim/gaim

df0c35760f40
Parents 51fd1cc279d8
Children
Disable ICQ "webaware" in the old status branch--the Ubunutu guy
asked about included a patch to disable this.
--- a/src/protocols/oscar/service.c Mon Feb 06 16:26:46 2006 -0500
+++ b/src/protocols/oscar/service.c Thu Apr 06 18:32:59 2006 -0400
@@ -800,7 +800,7 @@
if (!sess || !(conn = aim_conn_findbygroup(sess, AIM_CB_FAM_MSG)))
return -EINVAL;
- data = AIM_ICQ_STATE_HIDEIP | AIM_ICQ_STATE_WEBAWARE | status; /* yay for error checking ;^) */
+ data = AIM_ICQ_STATE_HIDEIP | status; /* yay for error checking ;^) */
if (!(fr = aim_tx_new(sess, conn, AIM_FRAMETYPE_FLAP, 0x02, 10 + 8)))
return -ENOMEM;