Searched refs:QN_STANZA_NOT_ALLOWED (Results 1 – 8 of 8) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
D | xmppengineimpl_iq.cc | 160 AecImpl(error_element, QN_STANZA_NOT_ALLOWED, "cancel", "405"); in AddErrorCode()
|
D | constants.h | 186 extern const QName QN_STANZA_NOT_ALLOWED;
|
D | constants.cc | 219 const QName QN_STANZA_NOT_ALLOWED(true, NS_STANZA, "not-allowed"); variable
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
D | xmppengineimpl_iq.cc | 160 AecImpl(error_element, QN_STANZA_NOT_ALLOWED, "cancel", "405"); in AddErrorCode()
|
D | constants.h | 196 extern const StaticQName QN_STANZA_NOT_ALLOWED;
|
D | constants.cc | 236 const StaticQName QN_STANZA_NOT_ALLOWED = { NS_STANZA, "not-allowed" }; variable
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | session.cc | 887 return BadMessage(buzz::QN_STANZA_NOT_ALLOWED, in CheckState()
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | session.cc | 1492 return BadMessage(buzz::QN_STANZA_NOT_ALLOWED, in CheckState()
|