From 25d61d7a4d3230c142c3bf9a4a392680b0f1b520 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Thu, 12 Sep 2013 12:17:33 -0300 Subject: [PATCH] Allowing XMPP auto registration --- src/colab/custom_settings.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/colab/custom_settings.py b/src/colab/custom_settings.py index 2b84698..65a46c6 100644 --- a/src/colab/custom_settings.py +++ b/src/colab/custom_settings.py @@ -98,7 +98,7 @@ LOGGING = { 'handlers': ['sentry', 'console'], 'level': 'DEBUG', }, - 'boshclient': { + 'conversejs': { 'handlers': ['console'], 'level': 'DEBUG', }, @@ -182,6 +182,8 @@ REVPROXY_ADD_REMOTE_USER = True # This URL must use SSL in order to keep chat sessions secure CONVERSEJS_BOSH_SERVICE_URL = SITE_URL + '/http-bind' +CONVERSEJS_AUTO_REGISTER = 'mensageiro.interlegis.gov.br' + try: from local_settings import * except ImportError: -- libgit2 0.21.2