Error Event

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

Object Oriented Interface

public function fireError($param);

Procedural Interface

ipworksmq_xmpp_register_callback($res, 6, array($this, 'fireError'));

Parameter List


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

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 PHP Edition - Version 20.0 [Build 8155]