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:
-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,