comparison src/protocols/jabber/presence.c @ 8462:5a39fce812f4

[gaim-migrate @ 9192] I hate the Chat API with a passion committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Wed, 17 Mar 2004 13:21:03 +0000
parents c13a4913a071
children 599d6ac9bbfe
comparison
equal deleted inserted replaced
8461:16485e87b7bb 8462:5a39fce812f4
286 } 286 }
287 } 287 }
288 288
289 289
290 if(jid->node && (chat = jabber_chat_find(js, jid->node, jid->domain))) { 290 if(jid->node && (chat = jabber_chat_find(js, jid->node, jid->domain))) {
291 static int i = 0; 291 static int i = 1;
292 char *room_jid = g_strdup_printf("%s@%s", jid->node, jid->domain); 292 char *room_jid = g_strdup_printf("%s@%s", jid->node, jid->domain);
293 293
294 if(state == JABBER_STATE_ERROR) { 294 if(state == JABBER_STATE_ERROR) {
295 char *title, *msg = jabber_parse_error(js, packet); 295 char *title, *msg = jabber_parse_error(js, packet);
296 296