Mercurial > libervia-backend
comparison src/core/constants.py @ 1725:c1be6363bfab
core, plugin misc_account: set XMPP connection max retries to 0 when checking if an external account exists
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 07 Dec 2015 19:56:12 +0100 |
parents | f6533aa7da7a |
children | d17772b0fe22 |
comparison
equal
deleted
inserted
replaced
1724:13e43b2cd7a2 | 1725:c1be6363bfab |
---|---|
36 | 36 |
37 | 37 |
38 # Protocol | 38 # Protocol |
39 XMPP_C2S_PORT = 5222 | 39 XMPP_C2S_PORT = 5222 |
40 XMPP_KEEP_ALIFE = 180 | 40 XMPP_KEEP_ALIFE = 180 |
41 XMPP_MAX_RETRIES = 2 | |
41 | 42 |
42 | 43 |
43 ## Parameters ## | 44 ## Parameters ## |
44 NO_SECURITY_LIMIT = -1 | 45 NO_SECURITY_LIMIT = -1 |
45 INDIVIDUAL = "individual" | 46 INDIVIDUAL = "individual" |