mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
WebSockets are a HTTP feature not a HTML5 feature.
This commit is contained in:
parent
1fcbbe66e3
commit
3eda1aa7fa
@ -203,7 +203,7 @@
|
||||
#replace="yes">
|
||||
|
||||
|
||||
# Listener accepting HTML5 WebSocket connections.
|
||||
# Listener accepting WebSocket connections.
|
||||
# Requires the websocket module and SHA-1 hashing support (provided by the sha1
|
||||
# module).
|
||||
#<bind address="" port="7002" type="clients" hook="websocket">
|
||||
|
@ -2478,7 +2478,7 @@
|
||||
#<watch maxwatch="32">
|
||||
|
||||
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
|
||||
# WebSocket module: Adds HTML5 WebSocket support.
|
||||
# WebSocket module: Adds WebSocket support.
|
||||
# Specify hook="websocket" in a <bind> tag to make that port accept
|
||||
# WebSocket connections. Compatible with TLS (SSL).
|
||||
# Requires SHA-1 hash support available in the sha1 module.
|
||||
|
Loading…
x
Reference in New Issue
Block a user