projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaf4123
)
Restoring transports in config.json
author
Jack Allnutt
<m2ys4u@Gmail.com>
Tue, 20 Sep 2011 17:13:34 +0000
(18:13 +0100)
committer
Jack Allnutt
<m2ys4u@Gmail.com>
Tue, 20 Sep 2011 17:13:34 +0000
(18:13 +0100)
node/config.json
patch
|
blob
|
blame
|
history
diff --git
a/node/config.json
b/node/config.json
index f59d3645fd38e5d024a7f392fe1abf20fe10c985..21503a132acb5a3c33e95af051ce7e39b7a18dfa 100644
(file)
--- a/
node/config.json
+++ b/
node/config.json
@@
-36,7
+36,9
@@
},
"transports": [
-
+ "websocket",
+ "flashsocket",
+ "htmlfile",
"xhr-polling",
"jsonp-polling"
]