# HG changeset patch # User Nathan Walp # Date 1079529663 0 # Node ID 5a39fce812f48dc74a80cd36c09ec9f5bd74047d # Parent 16485e87b7bb3976b10efbed44a22f0367c83738 [gaim-migrate @ 9192] I hate the Chat API with a passion committer: Tailor Script diff -r 16485e87b7bb -r 5a39fce812f4 src/protocols/jabber/presence.c --- a/src/protocols/jabber/presence.c Wed Mar 17 02:25:03 2004 +0000 +++ b/src/protocols/jabber/presence.c Wed Mar 17 13:21:03 2004 +0000 @@ -288,7 +288,7 @@ if(jid->node && (chat = jabber_chat_find(js, jid->node, jid->domain))) { - static int i = 0; + static int i = 1; char *room_jid = g_strdup_printf("%s@%s", jid->node, jid->domain); if(state == JABBER_STATE_ERROR) {