xmpp/stream.go
changeset 130 da6f37ae3ffe
parent 129 cccf2b2fe34d
child 140 f94b958f8df0
--- a/xmpp/stream.go	Sat Sep 07 11:46:42 2013 -0700
+++ b/xmpp/stream.go	Sat Sep 07 14:43:54 2013 -0700
@@ -341,7 +341,7 @@
 	cl.socketSync.Wait()
 
 	// Negotiate TLS with the server.
-	tls := tls.Client(tcp, &cl.TlsConfig)
+	tls := tls.Client(tcp, &cl.tlsConfig)
 
 	// Make the TLS connection available to the reader, and wait
 	// for it to signal that it's working again.