Error Event

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

Syntax

class XMPPErrorEventParams {
public:
  int ErrorCode();
  const QString &Description();
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void Error(XMPPErrorEventParams *e);
// Or, subclass XMPP and override this emitter function. virtual int FireError(XMPPErrorEventParams *e) {...}

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) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 Qt Edition - Version 20.0 [Build 8155]