Home
last modified time | relevance | path

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

/external/webrtc/webrtc/libjingle/xmpp/
Dxmppengineimpl_iq.cc140 AecImpl(error_element, QN_STANZA_NOT_ACCEPTABLE, "cancel", "406"); in AddErrorCode()
Dconstants.h183 extern const StaticQName QN_STANZA_NOT_ACCEPTABLE;
Dconstants.cc220 const StaticQName QN_STANZA_NOT_ACCEPTABLE = { NS_STANZA, "not-acceptable" }; variable