HomeSort by relevance Sort by last modified time
    Searched refs:SendStanza (Results 1 - 19 of 19) sorted by null

  /external/chromium/third_party/libjingle/source/talk/examples/login/
xmpppump.cc 74 buzz::XmppReturnStatus XmppPump::SendStanza(const buzz::XmlElement *stanza) {
76 return client_->SendStanza(stanza);
xmpppump.h 66 buzz::XmppReturnStatus SendStanza(const buzz::XmlElement *stanza);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
mucinvitesendtask.cc 57 if (SendStanza(stanza) != XMPP_RETURN_OK)
discoitemsquerytask.cc 55 if (SendStanza(get.get()) != XMPP_RETURN_OK) {
friendinvitesendtask.cc 70 if (SendStanza(stanza) != XMPP_RETURN_OK)
presenceouttask.cc 75 if (SendStanza(stanza) != XMPP_RETURN_OK)
callclient.cc 513 xmpp_client_->SendStanza(stanza);
  /external/chromium/net/tools/testserver/
xmppserver.py 310 self._connection.SendStanza(self._AUTH_STANZA, False)
316 self._connection.SendStanza(self._AUTH_SUCCESS_STANZA, False)
321 self._connection.SendStanza(self._BIND_STANZA, False)
335 self._connection.SendStanza(response)
343 self._connection.SendStanza(xml)
450 self.SendStanza(stanza)
452 def SendStanza(self, stanza, unlink=True):
475 self.SendStanza(notification_stanza, False)
xmppserver_test.py 104 def SendStanza(self, _, unused=True):
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpptask.h 87 XmppReturnStatus SendStanza(const XmlElement* stanza);
xmpptask.cc 65 XmppReturnStatus XmppTask::SendStanza(const XmlElement* stanza) {
68 return client_->SendStanza(stanza);
xmppclient.h 105 XmppReturnStatus SendStanza(const XmlElement *stanza);
xmppengineimpl_iq.cc 77 SendStanza(element);
243 SendStanza(&error_element);
xmppengine.h 83 //! Connect, SendStanza, SendIq, Disconnect, or HandleInput.
275 virtual XmppReturnStatus SendStanza(const XmlElement * pelStanza) = 0;
xmppengineimpl.h 154 virtual XmppReturnStatus SendStanza(const XmlElement * pelStanza);
xmppclient.cc 301 XmppClient::SendStanza(const XmlElement * stanza) {
302 return d_->engine_->SendStanza(stanza);
xmppengineimpl.cc 254 XmppEngineImpl::SendStanza(const XmlElement * element) {
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
sessionsendtask.h 91 SendStanza(stanza_.get());
  /external/chromium/chrome/browser/sync/notifier/
cache_invalidation_packet_handler.cc 69 SendStanza(response_stanza.get());
127 if (SendStanza(stanza.get()) != buzz::XMPP_RETURN_OK) {

Completed in 283 milliseconds