コード例 #1
0
ファイル: XmppClient.php プロジェクト: vincebe/xmpp
 /**
  * Connects client to the server.
  */
 public function connect()
 {
     return $this->connector->connect();
 }