Ignore:
Timestamp:
2010-05-25T22:07:06Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
f60079b
Parents:
d25ebea (diff), ba7d16f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merging killerbee. (The non-libpurple stuff currently doesn't compile.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/si.c

    rd25ebea r51a799e  
    276276                        if( ( bud = jabber_buddy_by_jid( ic, ini_jid, GET_BUDDY_EXACT ) ) )
    277277                        {
    278                                 bud->last_act = time( NULL );
     278                                bud->last_msg = time( NULL );
    279279                                ext_jid = bud->ext_jid ? : bud->bare_jid;
    280280                        }
Note: See TracChangeset for help on using the changeset viewer.