- Timestamp:
- 2007-04-21T05:02:05Z (18 years ago)
- Branches:
- master
- Children:
- df1fb67
- Parents:
- d11dd2f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/presence.c
rd11dd2f r17fa798 72 72 bud->priority = 0; 73 73 74 /* FIXME: What to send if there are other resources??? */75 imcb_buddy_status( ic, bud->bare_jid, OPT_LOGGED_IN | is_away,76 ( is_away && bud->away_state ) ? bud->away_state->full_name : NULL,77 bud->away_message );74 if( bud == jabber_buddy_by_jid( ic, bud->bare_jid, 0 ) ) 75 imcb_buddy_status( ic, bud->bare_jid, OPT_LOGGED_IN | is_away, 76 ( is_away && bud->away_state ) ? bud->away_state->full_name : NULL, 77 bud->away_message ); 78 78 } 79 79 else if( strcmp( type, "unavailable" ) == 0 )
Note: See TracChangeset
for help on using the changeset viewer.