Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/xmpp/
Dxmpptask.cc71 XmppReturnStatus XmppTask::SendStanzaError(const XmlElement* element_original, in SendStanzaError() function in buzz::XmppTask
76 return client_->SendStanzaError(element_original, code, text); in SendStanzaError()
Dxmpptask.h89 XmppReturnStatus SendStanzaError(const XmlElement* element_original,
Dxmppclient.h107 XmppReturnStatus SendStanzaError(const XmlElement * pelOriginal,
Dxmppclient.cc306 XmppClient::SendStanzaError(const XmlElement * old_stanza, XmppStanzaError xse, const std::string &… in SendStanzaError() function in buzz::XmppClient
307 return d_->engine_->SendStanzaError(old_stanza, xse, message); in SendStanzaError()
Dxmppengine.h295 virtual XmppReturnStatus SendStanzaError(const XmlElement * pelOriginal,
Dxmppengineimpl.h173 virtual XmppReturnStatus SendStanzaError(const XmlElement * pelOriginal,
Dxmppengineimpl_iq.cc201 XmppEngineImpl::SendStanzaError(const XmlElement * element_original, in SendStanzaError() function in buzz::XmppEngineImpl
Dxmppengineimpl.cc355 SendStanzaError(stanza, XSE_FEATURE_NOT_IMPLEMENTED, STR_EMPTY); in IncomingStanza()