From c7c3512ef0cbfe330b65704c94b4cc762852ed72 Mon Sep 17 00:00:00 2001 From: Jack Allnutt Date: Tue, 20 Sep 2011 18:13:34 +0100 Subject: [PATCH] Restoring transports in config.json --- node/config.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/node/config.json b/node/config.json index f59d364..21503a1 100644 --- a/node/config.json +++ b/node/config.json @@ -36,7 +36,9 @@ }, "transports": [ - + "websocket", + "flashsocket", + "htmlfile", "xhr-polling", "jsonp-polling" ] -- 2.25.1