IPWorks MQ 2020 Python Edition

Questions / Feedback?

user_domain Property

Gets or sets the domain value used for Jabber IDs.

Syntax

def get_user_domain() -> str: ...
def set_user_domain(value: str) -> None: ...

user_domain = property(get_user_domain, set_user_domain)

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 im_server contains multiple domains, this property setting allows the user to specify the domain under which to login.

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

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