From kde-commits Wed Dec 31 17:12:39 2003 From: Andy Goossens Date: Wed, 31 Dec 2003 17:12:39 +0000 To: kde-commits Subject: kdenetwork/kopete/protocols/msn Message-Id: <20031231171239.AC6F393DE () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=107289079329197 CVS commit by goossens: change client version to 6.0.0602 (= latest MSN Messenger from the 6.0.x series) 6.0.0 sounded like a "dummy" version, and I wonder whether it was actually used by MSN M +1 -1 msnauthsocket.cpp 1.21 --- kdenetwork/kopete/protocols/msn/msnauthsocket.cpp #1.20:1.21 @@ -86,5 +86,5 @@ void MSNAuthSocket::parseCommand( const if ( cmd == "VER" ) { - sendCommand( "CVR", "0x0409 winnt 5.1 i386 MSNMSGR 6.0.0 MSMSGS " + m_msnId ); + sendCommand( "CVR", "0x0409 winnt 5.1 i386 MSNMSGR 6.0.0602 MSMSGS " + m_msnId ); /* struct utsname utsBuf;