Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dconstants.cc47 const char NS_TLS[] = "urn:ietf:params:xml:ns:xmpp-tls"; variable
187 const StaticQName QN_TLS_STARTTLS = { NS_TLS, "starttls" };
188 const StaticQName QN_TLS_REQUIRED = { NS_TLS, "required" };
189 const StaticQName QN_TLS_PROCEED = { NS_TLS, "proceed" };
190 const StaticQName QN_TLS_FAILURE = { NS_TLS, "failure" };
Dconstants.h41 extern const char NS_TLS[];
/external/chromium/third_party/libjingle/source/talk/xmpp/
Dconstants.cc186 const QName QN_TLS_STARTTLS(true, NS_TLS, "starttls");
187 const QName QN_TLS_REQUIRED(true, NS_TLS, "required");
188 const QName QN_TLS_PROCEED(true, NS_TLS, "proceed");
189 const QName QN_TLS_FAILURE(true, NS_TLS, "failure");
Dconstants.h40 #define NS_TLS Constants::ns_tls() macro