in main.asc, i tried this but doesnot work :
errObj = {} //new Object();
errObj.msg = "You got a wrong username and password, disconnecting..." ;
application.rejectConnection(this.client,errObj)
What's the way out ?
in main.asc, i tried this but doesnot work :
errObj = {} //new Object();
errObj.msg = "You got a wrong username and password, disconnecting..." ;
application.rejectConnection(this.client,errObj)
What's the way out ?