ServerDomain Property

The XMPP server's domain.

Syntax

ANSI (Cross Platform)
char* GetServerDomain();
int SetServerDomain(const char* lpszServerDomain); Unicode (Windows) LPWSTR GetServerDomain();
INT SetServerDomain(LPCWSTR lpszServerDomain);
@property (nonatomic,readwrite,assign,getter=serverDomain,setter=setServerDomain:) NSString* serverDomain;
- (NSString*)serverDomain;
- (void)setServerDomain:(NSString*)newServerDomain;
#define PID_XMPP_SERVERDOMAIN 30

IPWORKSIOT_EXTERNAL void* IPWORKSIOT_CALL IPWorksIoT_XMPP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSIOT_EXTERNAL int IPWORKSIOT_CALL IPWorksIoT_XMPP_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

The domain of the XMPP server itself. Set this value if the domain of the server is different from the DNS name of the IMServer.

Data Type

String

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