diff options
Diffstat (limited to 'protocols/jabber/iq.c')
| -rw-r--r-- | protocols/jabber/iq.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/protocols/jabber/iq.c b/protocols/jabber/iq.c index 53be819e..46ae9a64 100644 --- a/protocols/jabber/iq.c +++ b/protocols/jabber/iq.c @@ -387,7 +387,7 @@ static xt_status jabber_parse_roster( struct im_connection *ic, struct xt_node *  				/* Don't have any API call for this yet! So let's  				   just try to handle this as well as we can. */  				jabber_buddy_remove_bare( ic, jid ); -				serv_got_update( ic, jid, 0, 0, 0, 0, 0, 0 ); +				imcb_buddy_status( ic, jid, 0, NULL, NULL );  				/* FIXME! */  			}  		} | 
