OnSSLChangeResponse(Sender: TObject; ErrorCode: Word)
A response to all SSL procedures.
ErrorCode can be one of (declared in ICQWorks.pas):

  • ERRSSL_NOTFOUND //User not found
  • ERRSSL_EXISTS //Added buddy already exists
  • ERRSSL_AUTH //User not authorized
  • ERRSSL_OTHER //Other SSL error
  • ERRSSL_NOERROR //No error (changed successfully)