Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/xmpp/
Dxmppengineimpl_iq.cc160 AecImpl(error_element, QN_STANZA_NOT_ALLOWED, "cancel", "405"); in AddErrorCode()
Dconstants.h186 extern const QName QN_STANZA_NOT_ALLOWED;
Dconstants.cc219 const QName QN_STANZA_NOT_ALLOWED(true, NS_STANZA, "not-allowed"); variable
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dxmppengineimpl_iq.cc160 AecImpl(error_element, QN_STANZA_NOT_ALLOWED, "cancel", "405"); in AddErrorCode()
Dconstants.h196 extern const StaticQName QN_STANZA_NOT_ALLOWED;
Dconstants.cc236 const StaticQName QN_STANZA_NOT_ALLOWED = { NS_STANZA, "not-allowed" }; variable
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsession.cc887 return BadMessage(buzz::QN_STANZA_NOT_ALLOWED, in CheckState()
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dsession.cc1492 return BadMessage(buzz::QN_STANZA_NOT_ALLOWED, in CheckState()