IPWorks IoT 2020 C++ Builder Edition

Questions / Feedback?

UserDomain Property

Gets or sets the domain value used for Jabber IDs.

Syntax

__property String UserDomain = { read=FUserDomain, write=FSetUserDomain };

Default Value

""

Remarks

A Jabber ID (JID) is a unique identifier of the format "User@Domain/Resource". user@domain denotes the account by username and domain. The Resource is given during the login process to distinguish individual connections under the same account. If the IMServer contains multiple domains, this property setting allows the user to specify the domain under which to login.

If Domain is empty, the value in IMServer is used by default when creating the client's JID.

Data Type

String

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