diff 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
line wrap: on
line diff
--- 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) {