Mercurial > libervia-backend
diff frontends/src/quick_frontend/constants.py @ 1407:77f07ea90420
plugin XEP-0045, quick_frontend, primitivus: replace C.DEFAULT_MUC by bridge method getDefaultMUC (value is defined in plugin XEP-0045 and can be overriden with the config file)
author | souliane <souliane@mailoo.org> |
---|---|
date | Thu, 09 Apr 2015 11:27:13 +0200 |
parents | c8459b53bb81 |
children | 9fce331ba0fd |
line wrap: on
line diff
--- a/frontends/src/quick_frontend/constants.py Thu Apr 09 11:24:25 2015 +0200 +++ b/frontends/src/quick_frontend/constants.py Thu Apr 09 11:27:13 2015 +0200 @@ -41,11 +41,6 @@ XMLUI_STATUS_VALIDATED = "validated" XMLUI_STATUS_CANCELLED = constants.Const.XMLUI_DATA_CANCELLED - # MUC - DEFAULT_MUC_NODE = u'sat' - 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' CONTACT_RESOURCES = 'resources'