comparison sat/core/constants.py @ 2694:a8ec00731ce7

core: removed whitespace ping (not needed anymore as we handle XMPP ping)
author Goffi <goffi@goffi.org>
date Mon, 19 Nov 2018 21:08:25 +0100
parents 1ecceac3df96
children 1fa615faec8b
comparison
equal deleted inserted replaced
2693:f64f1158a26e 2694:a8ec00731ce7
47 ## Main config ## 47 ## Main config ##
48 DEFAULT_BRIDGE = "dbus" 48 DEFAULT_BRIDGE = "dbus"
49 49
50 ## Protocol ## 50 ## Protocol ##
51 XMPP_C2S_PORT = 5222 51 XMPP_C2S_PORT = 5222
52 XMPP_KEEP_ALIFE = 180
53 XMPP_MAX_RETRIES = None 52 XMPP_MAX_RETRIES = None
54 # default port used on Prosody, may differ on other servers 53 # default port used on Prosody, may differ on other servers
55 XMPP_COMPONENT_PORT = 5347 54 XMPP_COMPONENT_PORT = 5347
56 55
57 ## Parameters ## 56 ## Parameters ##