Skip to content
Snippets Groups Projects
Commit c30347cc authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #38278: sip: default key exchange should be none, not sdes

parent 45dcc62a
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,7 @@ SIPAccount::SIPAccount(const std::string& accountID, bool presenceEnabled) ...@@ -115,7 +115,7 @@ SIPAccount::SIPAccount(const std::string& accountID, bool presenceEnabled)
, stunServer_("") , stunServer_("")
, stunEnabled_(false) , stunEnabled_(false)
, srtpEnabled_(false) , srtpEnabled_(false)
, srtpKeyExchange_("sdes") , srtpKeyExchange_("")
, srtpFallback_(false) , srtpFallback_(false)
, zrtpDisplaySas_(true) , zrtpDisplaySas_(true)
, zrtpDisplaySasOnce_(false) , zrtpDisplaySasOnce_(false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment