From c30347ccfdee53a8243bc9ed8fe867464f582b50 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <tristan.matthews@savoirfairelinux.com>
Date: Thu, 9 Jan 2014 18:57:58 -0500
Subject: [PATCH] * #38278: sip: default key exchange should be none, not sdes

---
 daemon/src/sip/sipaccount.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/src/sip/sipaccount.cpp b/daemon/src/sip/sipaccount.cpp
index 5a823c9377..adb0fd65e6 100644
--- a/daemon/src/sip/sipaccount.cpp
+++ b/daemon/src/sip/sipaccount.cpp
@@ -115,7 +115,7 @@ SIPAccount::SIPAccount(const std::string& accountID, bool presenceEnabled)
     , stunServer_("")
     , stunEnabled_(false)
     , srtpEnabled_(false)
-    , srtpKeyExchange_("sdes")
+    , srtpKeyExchange_("")
     , srtpFallback_(false)
     , zrtpDisplaySas_(true)
     , zrtpDisplaySasOnce_(false)
-- 
GitLab