Ignore:
Timestamp:
2007-04-16T04:01:13Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
cfc8d58
Parents:
84b045d
Message:

Split serv_got_update() into imcb_buddy_(status|times). (Well, the second
one isn't implemented yet, but I'll do that later.) At last I got rid of
the hack called get_status_string(). And now Yahoo seems to mess up away
messages...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/iq.c

    r84b045d r6bbb939  
    388388                                   just try to handle this as well as we can. */
    389389                                jabber_buddy_remove_bare( ic, jid );
    390                                 serv_got_update( ic, jid, 0, 0, 0, 0, 0, 0 );
     390                                imcb_buddy_status( ic, jid, 0, NULL, NULL );
    391391                                /* FIXME! */
    392392                        }
Note: See TracChangeset for help on using the changeset viewer.