MessageOtherData Property

This property contains extra data elements for the current message.

Object Oriented Interface

public function getMessageOtherData();
public function setMessageOtherData($value);

Procedural Interface

ipworksmq_xmpp_get($res, 22 );
ipworksmq_xmpp_set($res, 22, $value );

Default Value

''

Remarks

MessageOtherData will contain zero or more complete XML elements associated with the message, but which are not defined in the Jabber specification.

Data Type

String

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