Mercurial > libervia-backend
comparison src/core/constants.py @ 1089:8e0072754413
core, plugins, stdui, frontends: fixes handling of "Force server" and "Force port" parameters:
- do not save a "guessed" value, they must stay empty until the user explicitely sets them
- add constant XMPP_C2S_PORT (default value 5222)
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 23 Jun 2014 10:23:13 +0200 |
parents | b29452cab50b |
children | 0eefc74c346b |
comparison
equal
deleted
inserted
replaced
1088:b29452cab50b | 1089:8e0072754413 |
---|---|
32 APP_NAME_SHORT = u'SàT' | 32 APP_NAME_SHORT = u'SàT' |
33 APP_NAME_FILE = u'sat' | 33 APP_NAME_FILE = u'sat' |
34 APP_NAME_FULL = u'%s (%s)' % (APP_NAME_SHORT, APP_NAME) | 34 APP_NAME_FULL = u'%s (%s)' % (APP_NAME_SHORT, APP_NAME) |
35 APP_VERSION = u'0.4.1D' # Please add 'D' at the end for dev versions | 35 APP_VERSION = u'0.4.1D' # Please add 'D' at the end for dev versions |
36 APP_URL = 'http://salut-a-toi.org' | 36 APP_URL = 'http://salut-a-toi.org' |
37 | |
38 | |
39 # Protocol | |
40 XMPP_C2S_PORT = 5222 | |
37 | 41 |
38 | 42 |
39 ## Parameters ## | 43 ## Parameters ## |
40 NO_SECURITY_LIMIT = -1 | 44 NO_SECURITY_LIMIT = -1 |
41 INDIVIDUAL = "individual" | 45 INDIVIDUAL = "individual" |