Skip to content

Commit

Permalink
Update messages.py
Browse files Browse the repository at this point in the history
v5.1.0
  • Loading branch information
skhademcis authored Apr 28, 2022
1 parent 01254a7 commit 322aa7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion estreamer/definitions/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
MESSAGE_EXTENDED_REQUEST_CONNECTION = { 'version': 16 , 'code': 71 }
MESSAGE_EXTENDED_REQUEST_USER = { 'version': 7 , 'code': 91 }
MESSAGE_EXTENDED_REQUEST_MALWARE = { 'version': 7 , 'code': 101 }
MESSAGE_EXTENDED_REQUEST_FILE = { 'version': 6 , 'code': 111 }
# 7.x update
MESSAGE_EXTENDED_REQUEST_FILE = { 'version': 7 , 'code': 111 }
MESSAGE_EXTENDED_REQUEST_IMPACT = { 'version': 2 , 'code': 131 }
MESSAGE_EXTENDED_REQUEST_TERMINATE = { 'version': 0 , 'code': 0 }

0 comments on commit 322aa7d

Please sign in to comment.