comparison src/core/constants.py @ 1384:73f8582c7c99

plugins XEP-0045, XEP-0249: allow to join / invite without specifying the JID's host part (use client's values)
author souliane <souliane@mailoo.org>
date Tue, 24 Mar 2015 07:34:32 +0100
parents f296a54af386
children 069ad98b360d
comparison
equal deleted inserted replaced
1383:59c48796759e 1384:73f8582c7c99
30 APP_NAME = u'Salut à Toi' 30 APP_NAME = u'Salut à Toi'
31 APP_NAME_SHORT = u'SàT' 31 APP_NAME_SHORT = u'SàT'
32 APP_NAME_FILE = u'sat' 32 APP_NAME_FILE = u'sat'
33 APP_NAME_FULL = u'%s (%s)' % (APP_NAME_SHORT, APP_NAME) 33 APP_NAME_FULL = u'%s (%s)' % (APP_NAME_SHORT, APP_NAME)
34 APP_VERSION = u'0.5.1D' # Please add 'D' at the end for dev versions 34 APP_VERSION = u'0.5.1D' # Please add 'D' at the end for dev versions
35 APP_URL = 'http://salut-a-toi.org' 35 APP_URL = u'http://salut-a-toi.org'
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