IMServer (property)

This is the instant messaging server.

Syntax

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

Default Value

""

Remarks

This is the instant messaging server to which the class will connect when the Connect method is called. The IMServer property must contain a valid XMPP (Jabber) server, or any subsequent calls to the Connect method will fail.

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