Error Event
This event is fired when the server sends a protocol error message.
Syntax
public void fireError(XmppErrorEvent event); public class XmppErrorEvent { public int errorCode; public String description; }
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 bean's interpretation of the code.