コード例 #1
0
ファイル: jaxl.class.php プロジェクト: pavl00/Kalkun
 /**
  * Perform pre-choosen auth type for the Jaxl instance
  */
 function doAuth($mechanism)
 {
     return XMPPSend::startAuth($this);
 }
コード例 #2
0
ファイル: jaxl.class.php プロジェクト: rahijain/JAXL
 function auth($type)
 {
     return XMPPSend::startAuth($type, $this);
 }