IPWorks IoT 2020 Python Edition

Questions / Feedback?

server_domain Property

The XMPP server's domain.

Syntax

def get_server_domain() -> str: ...
def set_server_domain(value: str) -> None: ...

server_domain = property(get_server_domain, set_server_domain)

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 im_server.

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