예제 #1
0
파일: XmppClient.php 프로젝트: vincebe/xmpp
 /**
  * Connects client to the server.
  */
 public function connect()
 {
     return $this->connector->connect();
 }