Changeset 6387 for trunk/licq

Show
Ignore:
Timestamp:
07/02/08 03:15:54 (5 months ago)
Author:
root_42
Message:

- Tentative fix for the logon problems, curtesy to the Pidgin project

Can someone please verify that it works? Works for me here...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/src/icqpacket.cpp

    r6382 r6387  
    852852  // Static versioning 
    853853  buffer->PackUnsignedLongBE(0x00160002); 
    854   buffer->PackUnsignedShortBE(0x010A); 
     854  buffer->PackUnsignedShortBE(0x010B); 
    855855  // Client version major (4 == ICQ2000, 5 == ICQ2001) 
    856856  buffer->PackUnsignedLongBE(0x00170002); 
     
    921921  // Static versioning 
    922922  buffer->PackUnsignedLongBE(0x00160002); 
    923   buffer->PackUnsignedShortBE(0x010A); 
     923  buffer->PackUnsignedShortBE(0x010B); 
    924924  // Client version major (4 == ICQ2000, 5 == ICQ2001) 
    925925  buffer->PackUnsignedLongBE(0x00170002);