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

Commit e73804a

Browse files
jianjunztaste1981
authored andcommitted
Add version 3.3.
Change-Id: Id85666accae82b66130c830378dbf9a6714b05a8 Reviewed-on: https://git-ccr-1.devtools.intel.com/gerrit/48584 Reviewed-by: Zhang, He <[email protected]> Reviewed-by: Qiu, Jianlin <[email protected]> Tested-by: Qiu, Jianlin <[email protected]>
1 parent 6379826 commit e73804a

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 '3.2':
9797
case '3.2.1':
98+
case '3.3':
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)