I am developing a jabber client using the latest
Jabbercom control. My development environment is VB6
with SP5. I am getting the following problem when using
conAuto, conZeroK and conDigest connection methods.
When the server sends an unexpected disconnect
message to the client, Jabbercom generates 2 events,
OnAuthError and OnDisconnect. As soon as
OnAuthError procedure completes processing, a run
time error occurs.
When I use conAnonymous or conPlainText connection
method, I only get OnDisconnect event from Jabbercom.
And it doesn't crash. I am wondering if anyone has
experienced this problem. I would like to use the zeroK
authentication method, so any advice is greatly
appreciated.