Ejemplo n.º 1
0
 public function request()
 {
     $this->store();
     Pubsub::postDelete($this->_to, $this->_node, $this->_id);
 }
Ejemplo n.º 2
0
 public function handle($stanza, $parent = false)
 {
     Pubsub::postDelete($this->_to, $this->_node, $this->_id);
     $this->pack(array('to' => $this->_to, 'node' => $this->_node));
     $this->deliver();
 }