Commit 3104ab373a70ba7ab24ebe8492a222b2cb585fc0
1 parent
44419239
Exists in
master
and in
39 other branches
Added default for CONVERSEJS_ENABLED
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
colab/settings.py
... | ... | @@ -278,6 +278,7 @@ REVPROXY_ADD_REMOTE_USER = True |
278 | 278 | |
279 | 279 | # Converse.js settings |
280 | 280 | # This URL must use SSL in order to keep chat sessions secure |
281 | +CONVERSEJS_ENABLED = False | |
281 | 282 | CONVERSEJS_BOSH_SERVICE_URL = SITE_URL + '/http-bind' |
282 | 283 | |
283 | 284 | CONVERSEJS_ALLOW_CONTACT_REQUESTS = False | ... | ... |