comparison src/protocols/jabber/presence.c @ 7974:415df6fa0395

[gaim-migrate @ 8651] jabber /part support (with /part messages!) the list of the cool jabber chat stuff I can do w/o certain extras from people who know who they are is getting shorter and shorter committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 02 Jan 2004 15:34:04 +0000
parents aa99b8390092
children c4b5a35c7a12
comparison
equal deleted inserted replaced
7973:aa99b8390092 7974:415df6fa0395
342 if(!strcmp(jid->resource, chat->nick)) { 342 if(!strcmp(jid->resource, chat->nick)) {
343 serv_got_chat_left(js->gc, chat->id); 343 serv_got_chat_left(js->gc, chat->id);
344 jabber_chat_destroy(chat); 344 jabber_chat_destroy(chat);
345 } else { 345 } else {
346 gaim_conv_chat_remove_user(GAIM_CONV_CHAT(chat->conv), jid->resource, 346 gaim_conv_chat_remove_user(GAIM_CONV_CHAT(chat->conv), jid->resource,
347 NULL); 347 status);
348 } 348 }
349 } 349 }
350 } else { 350 } else {
351 jabber_buddy_track_resource(jb, jid->resource, priority, state, 351 jabber_buddy_track_resource(jb, jid->resource, priority, state,
352 status); 352 status);