- Timestamp:
- 2010-05-25T22:07:06Z (15 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/si.c
rd25ebea r51a799e 276 276 if( ( bud = jabber_buddy_by_jid( ic, ini_jid, GET_BUDDY_EXACT ) ) ) 277 277 { 278 bud->last_ act= time( NULL );278 bud->last_msg = time( NULL ); 279 279 ext_jid = bud->ext_jid ? : bud->bare_jid; 280 280 }
Note: See TracChangeset
for help on using the changeset viewer.