Changeset 33dc261 for protocols/jabber
- Timestamp:
- 2007-04-18T02:49:49Z (18 years ago)
- Branches:
- master
- Children:
- f0cb961
- Parents:
- 9624fdf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/presence.c
r9624fdf r33dc261 74 74 /* FIXME: What to send if there are other resources??? */ 75 75 imcb_buddy_status( ic, bud->bare_jid, OPT_LOGGED_IN | is_away, 76 bud->away_state->full_name, bud->away_message ); 76 ( is_away && bud->away_state ) ? bud->away_state->full_name : NULL, 77 bud->away_message ); 77 78 } 78 79 else if( strcmp( type, "unavailable" ) == 0 )
Note: See TracChangeset
for help on using the changeset viewer.