HomeSort by relevance Sort by last modified time
    Searched defs:SendStanza (Results 1 - 6 of 6) 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);
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpptask.cc 65 XmppReturnStatus XmppTask::SendStanza(const XmlElement* stanza) {
68 return client_->SendStanza(stanza);
xmppclient.cc 301 XmppClient::SendStanza(const XmlElement * stanza) {
302 return d_->engine_->SendStanza(stanza);
xmppengineimpl.cc 254 XmppEngineImpl::SendStanza(const XmlElement * element) {
  /external/chromium/net/tools/testserver/
xmppserver_test.py 104 def SendStanza(self, _, unused=True):
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)

Completed in 79 milliseconds