startTlsFailed method

void startTlsFailed()

Implementation

void startTlsFailed() {
  setState(XmppConnectionState.StartTlsFailed);
  close();
}