Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/candy-chat/candy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Langfeld <ben@langfeld.me>2015-08-02 03:00:32 +0300
committerBen Langfeld <ben@langfeld.me>2015-08-02 03:00:32 +0300
commit5c5e108bcd72bd22d77acbd9a66d7c95de9362f3 (patch)
tree9144df7dd0fc0c8fb66414ba0b8b573ff0f5bbaa
parent100ecb27684a43d9e1fa1980ee17a3f2777b722d (diff)
Use BOSH until the devbox websocket connection can be fixed
-rw-r--r--devbox/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/devbox/index.html b/devbox/index.html
index 0881df5..bd97ad6 100644
--- a/devbox/index.html
+++ b/devbox/index.html
@@ -11,8 +11,8 @@
<script type="text/javascript" src="candy/candy.bundle.js"></script>
<script type="text/javascript">
$(document).ready(function() {
- //Candy.init('/http-bind/', { // uncomment & comment next line if you'd like to use BOSH
- Candy.init('ws://localhost:5280/xmpp-websocket/', {
+ Candy.init('/http-bind/', { // uncomment & comment next line if you'd like to use BOSH
+ // Candy.init('ws://localhost:5280/xmpp-websocket/', {
core: {
// only set this to true if developing / debugging errors
debug: true,