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

  /external/chromium_org/sync/tools/testserver/
xmppserver.py 487 def ForwardNotification(self, notification_stanza):
489 notification_stanza.setAttribute('from', str(self._jid.GetBareJid()))
490 notification_stanza.setAttribute('to', str(self._jid))
491 self.SendStanza(notification_stanza, False)
555 notification_stanza = CloneXml(self._NOTIFICATION_STANZA)
556 push_element = notification_stanza.getElementsByTagName('push')[0]
560 data_text = notification_stanza.parentNode.createTextNode(encoded_data)
562 return notification_stanza
571 notification_stanza = self.MakeNotification(channel, data)
572 self.ForwardNotification(None, notification_stanza)
    [all...]
xmppserver_test.py 250 def ForwardNotification(self, unused_xmpp_connection, notification_stanza):
252 connection.ForwardNotification(notification_stanza)
  /external/chromium/net/tools/testserver/
xmppserver.py 471 def ForwardNotification(self, notification_stanza):
473 notification_stanza.setAttribute('from', str(self._jid.GetBareJid()))
474 notification_stanza.setAttribute('to', str(self._jid))
475 self.SendStanza(notification_stanza, False)
521 def ForwardNotification(self, unused_xmpp_connection, notification_stanza):
524 connection.ForwardNotification(notification_stanza)
xmppserver_test.py 197 def ForwardNotification(self, unused_xmpp_connection, notification_stanza):
199 connection.ForwardNotification(notification_stanza)

Completed in 53 milliseconds