Fixed problem with connecting to Google Talk servers the implementation
of which seems to deviate from the TLS/SSL protocol standards.
This patch turns off forced selection of particular TLS/SSL protorol
versions relying of OpenSSL to select the best version that works.
--- tkabber/jabberlib/transports.tcl.orig 2008-11-09 16:04:09.000000000 +0300
+++ tkabber/jabberlib/transports.tcl 2008-11-09 16:04:19.000000000 +0300
@@ -348,9 +348,6 @@
eval [list tls::import $sock \
-command [list client:tls_callback $connid] \
- -ssl2 false \
- -ssl3 true \
- -tls1 true \
-request true \
-require false \
-server false] $args