From 3528c4dd9364d2b178e49b259affc50022ed9af3 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 16 Nov 2009 14:11:26 +0000 Subject: [PATCH] account-widget-sip: Add UI to configure auth-user, proxy-host and port params (#601697) --- libempathy-gtk/empathy-account-widget-sip.c | 3 + libempathy-gtk/empathy-account-widget-sip.ui | 85 +++++++++++++++++++- 2 files changed, 87 insertions(+), 1 deletion(-) diff --git a/libempathy-gtk/empathy-account-widget-sip.c b/libempathy-gtk/empathy-account-widget-sip.c index db39ddae..7db11c0c 100644 --- a/libempathy-gtk/empathy-account-widget-sip.c +++ b/libempathy-gtk/empathy-account-widget-sip.c @@ -107,6 +107,9 @@ empathy_account_widget_sip_build (EmpathyAccountWidget *self, "checkbutton_discover-stun", "discover-stun", "entry_stun-server", "stun-server", "spinbutton_stun-port", "stun-port", + "entry_auth-user", "auth-user", + "entry_proxy-host", "proxy-host", + "spinbutton_port", "port", NULL); account_widget_sip_discover_stun_toggled_cb ( diff --git a/libempathy-gtk/empathy-account-widget-sip.ui b/libempathy-gtk/empathy-account-widget-sip.ui index e8491a6a..7ca9de52 100644 --- a/libempathy-gtk/empathy-account-widget-sip.ui +++ b/libempathy-gtk/empathy-account-widget-sip.ui @@ -134,7 +134,7 @@ True - 3 + 6 2 6 6 @@ -209,6 +209,84 @@ + + + True + 0 + Authentication username: + + + 3 + 4 + + + + + True + True + The username for SIP authentication, if different from the SIP URI +username. + + + + 1 + 2 + 3 + 4 + + + + + True + 0 + Proxy Server: + + + 4 + 5 + + + + + True + True + Hostname of the proxy for outbound requests. + + + + 1 + 2 + 4 + 5 + + + + + True + 0 + Proxy Port: + + + 5 + 6 + + + + + True + True + Port of the proxy for outbound requests. + + adjustment2 + 1 + + + 1 + 2 + 5 + 6 + + @@ -318,4 +396,9 @@ + + 65535 + 1 + 10 + -- 2.39.2