Restoring transports in config.json
authorJack Allnutt <m2ys4u@Gmail.com>
Tue, 20 Sep 2011 17:13:34 +0000 (18:13 +0100)
committerJack Allnutt <m2ys4u@Gmail.com>
Tue, 20 Sep 2011 17:13:34 +0000 (18:13 +0100)
node/config.json

index f59d3645fd38e5d024a7f392fe1abf20fe10c985..21503a132acb5a3c33e95af051ce7e39b7a18dfa 100644 (file)
@@ -36,7 +36,9 @@
                         },
 
     "transports":       [
-                            
+                            "websocket",
+                            "flashsocket",
+                            "htmlfile",
                             "xhr-polling",
                             "jsonp-polling"
                         ]