Error Event
This event is fired when the server sends a protocol error message.
Syntax
Sub xmppcontrol_Error(ErrorCode As Integer, Description As String)Remarks
This is fired whenever there is a protocol error. ErrorCode will contain the error code string sent by the server. Description will contain the Xmpp control's interpretation of the code.