Searched defs:SendStanza (Results 1 - 6 of 6) 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);
/external/chromium/net/tools/testserver/
H A Dxmppserver_test.py104 def SendStanza(self, _, unused=True): member in class:HandshakeTaskTest
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)
/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.cc301 XmppClient::SendStanza(const XmlElement * stanza) { function in class:buzz::XmppClient
302 return d_->engine_->SendStanza(stanza);
H A Dxmppengineimpl.cc254 XmppEngineImpl::SendStanza(const XmlElement * element) { function in class:buzz::XmppEngineImpl

Completed in 958 milliseconds