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