From c1abab3c0879f0af3f21ce4d0b9dcc662aace66a Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Thu, 13 Oct 2022 22:53:09 -0400 Subject: [PATCH] Remove broken test code from index.html --- dist/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.html b/dist/index.html index 8b989c6..f0278ab 100644 --- a/dist/index.html +++ b/dist/index.html @@ -230,8 +230,8 @@ invoke("proxy_port") authentication: "login", auto_away: 300, auto_reconnect: true, - //websocket_url: 'ws://127.0.0.1:' + port + '/xmpp-websocket/', - websocket_url: "wss://burtrum.org/xmpp-websocket/", + websocket_url: 'ws://127.0.0.1:' + port + '/xmpp-websocket/', + //websocket_url: "wss://burtrum.org/xmpp-websocket/", assets_path: "./dist/", discover_connection_methods: false, message_archiving: "always",