[Telepathy-commits] [telepathy-gabble/master] Pass fallback-stun-server, fallback-stun-port through GabbleConnectionManager to GabbleConnection

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Feb 25 11:53:13 PST 2009


---
 src/connection-manager.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/connection-manager.c b/src/connection-manager.c
index 2737b83..0721f85 100644
--- a/src/connection-manager.c
+++ b/src/connection-manager.c
@@ -278,6 +278,10 @@ _gabble_connection_manager_new_connection (TpBaseConnectionManager *self,
                              params->stun_server);
   SET_PROPERTY_IF_PARAM_SET ("stun-port", JABBER_PARAM_STUN_PORT,
                              params->stun_port);
+  SET_PROPERTY_IF_PARAM_SET ("fallback-stun-server", JABBER_PARAM_FALLBACK_STUN_SERVER,
+                             params->fallback_stun_server);
+  SET_PROPERTY_IF_PARAM_SET ("fallback-stun-port", JABBER_PARAM_FALLBACK_STUN_PORT,
+                             params->fallback_stun_port);
   SET_PROPERTY_IF_PARAM_SET ("ignore-ssl-errors",
                               JABBER_PARAM_IGNORE_SSL_ERRORS,
                               params->ignore_ssl_errors);
-- 
1.5.6.5




More information about the telepathy-commits mailing list