Home
last modified time | relevance | path

Searched refs:SendStanzaError (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dxmpptask.h80 virtual XmppReturnStatus SendStanzaError(const XmlElement* original_stanza,
148 XmppReturnStatus SendStanzaError(const XmlElement* element_original,
Dxmpptask.cc72 XmppReturnStatus XmppTask::SendStanzaError(const XmlElement* element_original, in SendStanzaError() function in buzz::XmppTask
77 return GetClient()->SendStanzaError(element_original, code, text); in SendStanzaError()
Dfakexmppclient.h81 virtual XmppReturnStatus SendStanzaError( in SendStanzaError() function
Dxmppclient.h119 virtual XmppReturnStatus SendStanzaError(const XmlElement * pelOriginal,
Dxmppclient.cc345 XmppReturnStatus XmppClient::SendStanzaError( in SendStanzaError() function in buzz::XmppClient
348 return d_->engine_->SendStanzaError(old_stanza, xse, message); in SendStanzaError()
Dxmppengine.h303 virtual XmppReturnStatus SendStanzaError(const XmlElement * pelOriginal,
Dxmppengineimpl.h172 virtual XmppReturnStatus SendStanzaError(const XmlElement* pelOriginal,
Dxmppengineimpl_iq.cc201 XmppEngineImpl::SendStanzaError(const XmlElement * element_original, in SendStanzaError() function in buzz::XmppEngineImpl
Dxmppengineimpl.cc331 SendStanzaError(stanza, XSE_FEATURE_NOT_IMPLEMENTED, STR_EMPTY); in IncomingStanza()