Changeset b9369b5


Ignore:
Timestamp:
2009-06-17T23:17:15Z (15 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
8a08d92
Parents:
19176513
Message:

Fixed compatibility with AIM mobile messages. Should work according to
reports in bug #88 (where this patch comes from) and #bitlbee. Not sure
about side effects, one way to find out...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/oscar/aim.h

    r19176513 rb9369b5  
    144144}
    145145
     146#define AIM_CLIENTINFO_KNOWNGOOD_5_1_3036 { \
     147        "AOL Instant Messenger, version 5.1.3036/WIN32", \
     148        0x0109, \
     149        0x0005, \
     150        0x0001, \
     151        0x0000, \
     152        0x0bdc, \
     153        "us", \
     154        "en", \
     155}
     156
    146157/*
    147158 * I would make 4.1.2010 the default, but they seem to have found
     
    152163 * around. (see login.c::memrequest())
    153164 */
    154 #define AIM_CLIENTINFO_KNOWNGOOD AIM_CLIENTINFO_KNOWNGOOD_3_5_1670
     165#define AIM_CLIENTINFO_KNOWNGOOD AIM_CLIENTINFO_KNOWNGOOD_5_1_3036
    155166
    156167#ifndef TRUE
Note: See TracChangeset for help on using the changeset viewer.