IPWorks MQ 2020 Python Edition

Questions / Feedback?

im_server Property

This is the instant messaging server.

Syntax

def get_im_server() -> str: ...
def set_im_server(value: str) -> None: ...

im_server = property(get_im_server, set_im_server)

Default Value

""

Remarks

This is the instant messaging server to which the class will connect when the connect method is called. The im_server property must contain a valid XMPP (Jabber) server, or any subsequent calls to the connect method will fail.

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