Example #1
0
 public function handle($stanza, $parent = false)
 {
     $sd = new \modl\SubscriptionDAO();
     // , $this->_subid
     $sd->deleteNode($this->_to, $this->_node);
     $this->pack(array('server' => $this->_to, 'node' => $this->_node));
     $this->deliver();
 }