mirai/document/protocol/ReceiveRediretion.md

20 lines
309 B
Markdown
Raw Normal View History

2019-08-19 01:20:19 +08:00
# TIM Protocol
## Redirection
S -> C
### Var
type | var name | value/from
---- | ---|---
int |g_qq | qq number
int| g_server| server ip
### Packet data
skip 14
2019-08-19 02:02:27 +08:00
if (flag == "08 25 31 02")
data = decrypt (read 14..length-1, #redirectionKey)
else
data = decrypt (read 14..length-1, #_0825key)