OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SendStanzaError
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
fakexmppclient.h
81
virtual XmppReturnStatus
SendStanzaError
(
xmpptask.cc
72
XmppReturnStatus XmppTask::
SendStanzaError
(const XmlElement* element_original,
77
return GetClient()->
SendStanzaError
(element_original, code, text);
xmppengineimpl_iq.cc
201
XmppEngineImpl::
SendStanzaError
(const XmlElement * element_original,
xmppclient.cc
345
XmppReturnStatus XmppClient::
SendStanzaError
(
348
return d_->engine_->
SendStanzaError
(old_stanza, xse, message);
Completed in 47 milliseconds