Home
last modified time | relevance | path

Searched refs:tls_present (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dxmpplogintask.cc143 bool tls_present = (GetFeature(QN_TLS_STARTTLS) != NULL); in Advance() local
145 if (pctx_->tls_option_ == buzz::TLS_REQUIRED && !tls_present) { in Advance()
150 pctx_->tls_option_ == buzz::TLS_ENABLED) && tls_present) { in Advance()