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

* #15456: sip: remove unused contact header field

parent 97be67da
No related branches found
Tags android/release_198
No related merge requests found
...@@ -625,13 +625,6 @@ class SIPAccount : public Account { ...@@ -625,13 +625,6 @@ class SIPAccount : public Account {
*/ */
CipherArray ciphers; CipherArray ciphers;
/**
* The CONTACT header used for registration as provided by the registrar, this value could differ
* from the host name in case the registrar is inside a subnetwork (such as a VPN).
* The header will be stored
*/
std::string contactHeader_;
/** /**
* The STUN server name (hostname) * The STUN server name (hostname)
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment