Exemplo n.º 1
0
 public function request()
 {
     $this->store();
     Pubsub::getItems($this->_to, $this->_node);
 }
Exemplo n.º 2
0
Arquivo: Get.php Projeto: movim/moxl
 public function request()
 {
     $this->store();
     Pubsub::getItems($this->_to, 'urn:xmpp:pubsub:subscription');
 }