diff src/protocols/jabber/jabber.c @ 7291:632cee95cc5c

[gaim-migrate @ 7872] disable jabber SASL for the moment, until the RFCs are actually approved, since the authentication stuff is still in a state of flux committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 17 Oct 2003 20:03:44 +0000
parents 448e39ace278
children dd4b4a187171
line wrap: on
line diff
--- a/src/protocols/jabber/jabber.c	Fri Oct 17 20:02:40 2003 +0000
+++ b/src/protocols/jabber/jabber.c	Fri Oct 17 20:03:44 2003 +0000
@@ -63,8 +63,9 @@
 
 	open_stream = g_strdup_printf("<stream:stream to='%s' "
 				          "xmlns='jabber:client' "
-						  "xmlns:stream='http://etherx.jabber.org/streams' "
-						  "version='1.0'>", js->user->domain);
+						  "xmlns:stream='http://etherx.jabber.org/streams'>",
+						  /* "version='1.0'>" */
+						  js->user->domain);
 
 	jabber_send_raw(js, open_stream);