comparison src/protocols/jabber/presence.c @ 7965:b02b30247e7a

[gaim-migrate @ 8642] oops committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 31 Dec 2003 08:22:55 +0000
parents a99f0aebc7ce
children ac01b7d67ff9
comparison
equal deleted inserted replaced
7964:a5c70e43ee43 7965:b02b30247e7a
311 if(!strcmp(jid->resource, chat->nick)) { 311 if(!strcmp(jid->resource, chat->nick)) {
312 serv_got_chat_left(js->gc, chat->id); 312 serv_got_chat_left(js->gc, chat->id);
313 jabber_chat_destroy(chat); 313 jabber_chat_destroy(chat);
314 } else { 314 } else {
315 gaim_conv_chat_remove_user(GAIM_CONV_CHAT(chat->conv), jid->resource, 315 gaim_conv_chat_remove_user(GAIM_CONV_CHAT(chat->conv), jid->resource,
316 real_jid); 316 NULL);
317 } 317 }
318 } else { 318 } else {
319 if(!jabber_chat_find_buddy(chat->conv, jid->resource)) 319 if(!jabber_chat_find_buddy(chat->conv, jid->resource))
320 gaim_conv_chat_add_user(GAIM_CONV_CHAT(chat->conv), jid->resource, 320 gaim_conv_chat_add_user(GAIM_CONV_CHAT(chat->conv), jid->resource,
321 real_jid); 321 real_jid);