Searched refs:SendStanza (Results 1 - 19 of 19) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/examples/login/
H A Dxmpppump.cc74 buzz::XmppReturnStatus XmppPump::SendStanza(const buzz::XmlElement *stanza) { function in class:XmppPump
76 return client_->SendStanza(stanza);
H A Dxmpppump.h66 buzz::XmppReturnStatus SendStanza(const buzz::XmlElement *stanza);
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dmucinvitesendtask.cc57 if (SendStanza(stanza) != XMPP_RETURN_OK)
H A Ddiscoitemsquerytask.cc55 if (SendStanza(get.get()) != XMPP_RETURN_OK) {
H A Dfriendinvitesendtask.cc70 if (SendStanza(stanza) != XMPP_RETURN_OK)
H A Dpresenceouttask.cc75 if (SendStanza(stanza) != XMPP_RETURN_OK)
H A Dcallclient.cc513 xmpp_client_->SendStanza(stanza);
/external/chromium/net/tools/testserver/
H A Dxmppserver.py310 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): member in class:XmppConnection
475 self.SendStanza(notification_stanza, False)
H A Dxmppserver_test.py104 def SendStanza(self, _, unused=True): member in class:HandshakeTaskTest
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmpptask.cc65 XmppReturnStatus XmppTask::SendStanza(const XmlElement* stanza) { function in class:buzz::XmppTask
68 return client_->SendStanza(stanza);
H A Dxmppclient.h105 XmppReturnStatus SendStanza(const XmlElement *stanza);
H A Dxmpptask.h87 XmppReturnStatus SendStanza(const XmlElement* stanza);
H A Dxmppengineimpl_iq.cc77 SendStanza(element);
243 SendStanza(&error_element);
H A Dxmppengine.h83 //! Connect, SendStanza, SendIq, Disconnect, or HandleInput.
275 virtual XmppReturnStatus SendStanza(const XmlElement * pelStanza) = 0;
H A Dxmppclient.cc301 XmppClient::SendStanza(const XmlElement * stanza) { function in class:buzz::XmppClient
302 return d_->engine_->SendStanza(stanza);
H A Dxmppengineimpl.h154 virtual XmppReturnStatus SendStanza(const XmlElement * pelStanza);
H A Dxmppengineimpl.cc254 XmppEngineImpl::SendStanza(const XmlElement * element) { function in class:buzz::XmppEngineImpl
/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dsessionsendtask.h91 SendStanza(stanza_.get());
/external/chromium/chrome/browser/sync/notifier/
H A Dcache_invalidation_packet_handler.cc69 SendStanza(response_stanza.get());
127 if (SendStanza(stanza.get()) != buzz::XMPP_RETURN_OK) {

Completed in 130 milliseconds