Exemple #1
0
 public function request()
 {
     if ($this->_to == '') {
         $this->_to = $this->_atom->jid;
     }
     $this->store();
     Pubsub::postPublish($this->_to, $this->_node, $this->_atom);
 }
Exemple #2
0
 public function request()
 {
     $this->store();
     Pubsub::postPublish($this->_to, $this->_node, $this->_atom);
 }