Changeset a869d91 for protocols/yahoo


Ignore:
Timestamp:
2008-03-15T17:44:21Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
79eae4a
Parents:
9ad86bb
Message:

Indicate that we support YMSG protocol version 12, this should hopefully
keep BitlBee working after 2008-04-02 <http://messenger.yahoo.com/eol>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/yahoo/libyahoo2.c

    r9ad86bb ra869d91  
    737737
    738738        memcpy(data + pos, "YMSG", 4); pos += 4;
    739         pos += yahoo_put16(data + pos, 0x0a00);
     739        pos += yahoo_put16(data + pos, 0x000c);
    740740        pos += yahoo_put16(data + pos, 0x0000);
    741741        pos += yahoo_put16(data + pos, pktlen + extra_pad);
Note: See TracChangeset for help on using the changeset viewer.