Exemplo n.º 1
0
 public function handle($stanza, $parent = false)
 {
     //$node = $stanza->attributes()->node.'#'.$stanza->attributes()->ver;
     $to = (string) $parent->attributes()->from;
     $id = (string) $parent->attributes()->id;
     Ping::pong($to, $id);
 }
Exemplo n.º 2
0
 public function handle($stanza, $parent = false)
 {
     $to = (string) $parent->attributes()->from;
     $id = (string) $parent->attributes()->id;
     Ping::pong($to, $id);
 }
Exemplo n.º 3
0
 public function request()
 {
     $this->store();
     Ping::server();
 }