Merge "Enable websockets transport on Etherpad"

This commit is contained in:
Jenkins 2015-04-16 14:42:56 +00:00 committed by Gerrit Code Review
commit 9ae143a09f
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
*/
// restrict socket.io transport methods
"socketTransportProtocols" : ["xhr-polling", "jsonp-polling", "htmlfile"],
"socketTransportProtocols" : ["websocket", "xhr-polling", "jsonp-polling", "htmlfile"],
/* The log level we are using, can be: DEBUG, INFO, WARN, ERROR */
"loglevel": "INFO",