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