IP*Works! 2016 C++ Edition
IP*Works! 2016 C++ Edition
Questions / Feedback?

Error Event

This event is fired when the server sends a protocol error message.

Syntax

 virtual int FireError(XMPPErrorEventParams *e);

 
typedef struct {
int ErrorCode;
char* Description;
int reserved;
} XMPPErrorEventParams;

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 class's interpretation of the code.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Edition - Version 16.0 [Build 7353]