# HG changeset patch # User Andreas Monitzer # Date 1184113031 0 # Node ID d53aa23087271e6d2f4c9a1f4c9dcb8de4707d04 # Parent 7cffeebc301c4356c47aa886719dc2b34d054108 Fixed bug that caused incorrect stream negotiation, which ejabberd and openfire tolerate, but gtalk does not. diff -r 7cffeebc301c -r d53aa2308727 libpurple/protocols/jabber/jabber.c --- a/libpurple/protocols/jabber/jabber.c Tue Jul 10 12:07:56 2007 +0000 +++ b/libpurple/protocols/jabber/jabber.c Wed Jul 11 00:17:11 2007 +0000 @@ -1170,7 +1170,6 @@ case JABBER_STREAM_INITIALIZING_ENCRYPTION: purple_connection_update_progress(js->gc, _("Initializing SSL/TLS"), 6, JABBER_CONNECT_STEPS); - jabber_stream_init(js); break; case JABBER_STREAM_AUTHENTICATING: purple_connection_update_progress(js->gc, _("Authenticating"),