コード例 #1
0
ファイル: XmppClient.php プロジェクト: vincebe/xmpp
 /**
  * Handles new packets
  */
 public function process()
 {
     if ($this->isReady) {
         $this->onTick->run($this);
     }
     Timer::update();
     $this->connector->read();
 }