From: Sean E. <sea...@us...> - 2002-04-25 07:36:58
|
Update of /cvsroot/gaim/gaim/src/protocols/msn In directory usw-pr-cvs1:/tmp/cvs-serv3651/src/protocols/msn Modified Files: msn.c Log Message: MSN Messenger for Mac won't listen to us anymore if we claim to be Gaim in a typing packet. Index: msn.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/protocols/msn/msn.c,v retrieving revision 1.70 retrieving revision 1.71 diff -u -d -r1.70 -r1.71 --- msn.c 12 Apr 2002 02:15:24 -0000 1.70 +++ msn.c 25 Apr 2002 07:36:53 -0000 1.71 @@ -1584,7 +1584,6 @@ struct msn_switchboard *ms = msn_find_switch(gc, who); char header[MSN_BUF_LEN] = "MIME-Version: 1.0\r\n" "Content-Type: text/x-msmsgscontrol\r\n" - "User-Agent: Gaim/" VERSION "\r\n" "TypingUser: "; char buf [MSN_BUF_LEN]; if (!ms || !typing) |