Add websocket feature (#3562)

* add websocket feature

* Added 2.7.0_min_version
This commit is contained in:
ctrlaltca
2019-02-06 09:08:59 +01:00
committed by Zach H
parent 073c531855
commit 46b34d6515
3 changed files with 14 additions and 8 deletions

View File

@@ -73,7 +73,7 @@ requireclientid=false
; You can limit the types of clients that connect to the server by requiring different features be available
; on the client. This setting can contain a comma-seperated list of features. if any of the features
; listed in this line are not available on the client the client will be denied access to the server upon
; attempting to log in. Example: "client_id,client_ver"
; attempting to log in. Example: "client_id,client_ver,websocket"
requiredfeatures=""
; You can define custom warnings that users are sent when the moderation staff uses the right client warn user