changeset 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 16485e87b7bb
children ace064d1ed68
files src/protocols/jabber/presence.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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) {