From: Jack Allnutt Date: Tue, 20 Sep 2011 17:13:34 +0000 (+0100) Subject: Restoring transports in config.json X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c7c3512ef0cbfe330b65704c94b4cc762852ed72;p=KiwiIRC.git Restoring transports in config.json --- 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" ]