summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-03-18 16:26:04 +0000
committerMikhail Zabaluev <mikhail.zabaluev@nokia.com>2008-03-18 16:26:04 +0000
commit4ca3c719adf01bdddea5a4f8c507a34851bd12ab (patch)
tree1a505207ca444fdbaf002fb0c1a86e5b06431699
parentd6cffc04e04030f9eaa6ce83f796e0fa83e16bfd (diff)
TpsipConnection: commented out NUTAG_SIPS_URL assuming it's now rudimentary to NUTAG_URL
-rw-r--r--src/sip-connection.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sip-connection.c b/src/sip-connection.c
index bf40091..cc98678 100644
--- a/src/sip-connection.c
+++ b/src/sip-connection.c
@@ -1114,8 +1114,8 @@ tpsip_connection_start_connecting (TpBaseConnection *base,
SOATAG_AF(SOA_AF_IP4_IP6),
SIPTAG_FROM_STR(sip_address),
NUTAG_URL(local_url),
- TAG_IF(local_url && local_url->url_type == url_sips,
- NUTAG_SIPS_URL(local_url)),
+ /* TAG_IF(local_url && local_url->url_type == url_sips,
+ NUTAG_SIPS_URL(local_url)), */
NUTAG_M_USERNAME(priv->account_url->url_user),
NUTAG_USER_AGENT("Telepathy-SofiaSIP/" TELEPATHY_SIP_VERSION),
NUTAG_ENABLEMESSAGE(1),