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

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_XMPP_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS_EXTERNAL int IPWORKS_CALL IPWorks_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 2020 C++ Edition - Version 20.0 [Build 8307]