Beispiel #1
0
 public function request()
 {
     $this->store();
     Pubsub::getItems($this->_to, $this->_node);
 }
Beispiel #2
0
 public function request()
 {
     $this->store();
     Pubsub::getItems($this->_to, 'urn:xmpp:pubsub:subscription');
 }