mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 16:05:05 -04:00
Use socket io v4
This commit is contained in:
parent
eab18fae4b
commit
b6eaba64d4
6 changed files with 9 additions and 9 deletions
|
@ -527,7 +527,7 @@
|
|||
/*
|
||||
* Restrict socket.io transport methods
|
||||
*/
|
||||
"socketTransportProtocols" : ["xhr-polling", "jsonp-polling", "htmlfile"],
|
||||
"socketTransportProtocols" : ["polling", "websocket"],
|
||||
|
||||
"socketIo": {
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue