Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 0c3b567

Browse files
committed
Add version number 4.2.1.
1 parent ba5c0f6 commit 0c3b567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

peerserver.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ function authorization(socket, next){
7272
var clientType=query.clientType;
7373
switch(clientVersion){
7474
case '4.2':
75+
case '4.2.1':
7576
// socket.user stores session related information.
7677
if(token){
7778
validateUser(token, function(uid){ // Validate user's token successfully.

0 commit comments

Comments
 (0)