Example #1
0
 /**
  * Perform pre-choosen auth type for the Jaxl instance
  */
 function doAuth($mechanism)
 {
     return XMPPSend::startAuth($this);
 }
Example #2
0
 function auth($type)
 {
     return XMPPSend::startAuth($type, $this);
 }