messageOtherData (property)

This property contains extra data elements for the current message.

Syntax

@property (nonatomic,readwrite,assign,getter=messageOtherData,setter=setMessageOtherData:) NSString* messageOtherData;
- (NSString*)messageOtherData;
- (void)setMessageOtherData:(NSString*)newMessageOtherData;
public var messageOtherData: String {
  get {...}
set {...} }

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.

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