# HG changeset patch # User souliane # Date 1427925633 -7200 # Node ID c8459b53bb81f84ede087d557978d2dc173d808e # Parent 5c3d1d970b949e9657a540d4eed51696cbf59914 quick_frontend (constants): set a constant for default MUC service diff -r 5c3d1d970b94 -r c8459b53bb81 frontends/src/quick_frontend/constants.py --- a/frontends/src/quick_frontend/constants.py Wed Apr 01 23:59:56 2015 +0200 +++ b/frontends/src/quick_frontend/constants.py Thu Apr 02 00:00:33 2015 +0200 @@ -43,7 +43,8 @@ # MUC DEFAULT_MUC_NODE = u'sat' - DEFAULT_MUC = DEFAULT_MUC_NODE if constants.Const.APP_VERSION.endswith(u'D') else u"%s@%s" % (DEFAULT_MUC_NODE, 'chat.jabberfr.org') + DEFAULT_MUC_SERVICE = u'chat.jabberfr.org' + DEFAULT_MUC = DEFAULT_MUC_NODE if constants.Const.APP_VERSION.endswith(u'D') else u"%s@%s" % (DEFAULT_MUC_NODE, DEFAULT_MUC_SERVICE) # Roster CONTACT_GROUPS = 'groups'