Searched refs:SendStanzaError (Results 1 – 8 of 8) sorted by relevance
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
D | xmpptask.cc | 71 XmppReturnStatus XmppTask::SendStanzaError(const XmlElement* element_original, in SendStanzaError() function in buzz::XmppTask 76 return client_->SendStanzaError(element_original, code, text); in SendStanzaError()
|
D | xmpptask.h | 89 XmppReturnStatus SendStanzaError(const XmlElement* element_original,
|
D | xmppclient.h | 107 XmppReturnStatus SendStanzaError(const XmlElement * pelOriginal,
|
D | xmppclient.cc | 306 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()
|
D | xmppengine.h | 295 virtual XmppReturnStatus SendStanzaError(const XmlElement * pelOriginal,
|
D | xmppengineimpl.h | 173 virtual XmppReturnStatus SendStanzaError(const XmlElement * pelOriginal,
|
D | xmppengineimpl_iq.cc | 201 XmppEngineImpl::SendStanzaError(const XmlElement * element_original, in SendStanzaError() function in buzz::XmppEngineImpl
|
D | xmppengineimpl.cc | 355 SendStanzaError(stanza, XSE_FEATURE_NOT_IMPLEMENTED, STR_EMPTY); in IncomingStanza()
|