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

Commit 9d3ef02

Browse files
jianjunztaste1981
authored andcommitted
Add version number 4.0.2.
Change-Id: I292eba5391367e0aae123179e1d20a18e6807dd7 Reviewed-on: https://git-ccr-1.devtools.intel.com/gerrit/97818 Reviewed-by: Qiu, Jianlin <[email protected]> Tested-by: Qiu, Jianlin <[email protected]>
1 parent 6358b47 commit 9d3ef02

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
@@ -95,6 +95,7 @@ function authorization(socket, next){
9595
switch(clientVersion){
9696
case '4.0':
9797
case '4.0.1':
98+
case '4.0.2':
9899
// socket.user stores session related information.
99100
if(token){
100101
validateUser(token, function(uid){ // Validate user's token successfully.

0 commit comments

Comments
 (0)