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

Commit a1965c8

Browse files
author
Chunbo
authored
Merge pull request #8 from jianjunz/421
Add version number 4.2.1.
2 parents ba5c0f6 + 0c3b567 commit a1965c8

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)