[telepathy-gabble/master] connect.c: set old-ssl and legacy properties on the connector
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Fri Sep 11 07:56:17 PDT 2009
---
src/connection.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/connection.c b/src/connection.c
index e1f6f9b..65a988f 100644
--- a/src/connection.c
+++ b/src/connection.c
@@ -1628,6 +1628,9 @@ _gabble_connection_connect (TpBaseConnection *base,
g_object_set (priv->connector,
"ignore-ssl-errors", priv->ignore_ssl_errors,
+ "old-ssl", priv->old_ssl,
+ /* We always wants to support old servers */
+ "legacy", TRUE,
NULL);
if (priv->old_ssl)
--
1.5.6.5
More information about the telepathy-commits
mailing list