diff --git a/src/Handshake/ServerNegotiator.php b/src/Handshake/ServerNegotiator.php index 86d0411..f1e0ae0 100644 --- a/src/Handshake/ServerNegotiator.php +++ b/src/Handshake/ServerNegotiator.php @@ -15,7 +15,7 @@ class ServerNegotiator implements NegotiatorInterface { private $_supportedSubProtocols = []; - private $_strictSubProtocols = true; + private $_strictSubProtocols = false; public function __construct(RequestVerifier $requestVerifier) { $this->verifier = $requestVerifier;