Home
last modified time | relevance | path

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

/external/webrtc/webrtc/libjingle/xmpp/
Dxmppengineimpl_iq.cc143 AecImpl(error_element, QN_STANZA_NOT_ALLOWED, "cancel", "405"); in AddErrorCode()
Dconstants.h184 extern const StaticQName QN_STANZA_NOT_ALLOWED;
Dconstants.cc221 const StaticQName QN_STANZA_NOT_ALLOWED = { NS_STANZA, "not-allowed" }; variable