Skip to content

Commit

Permalink
update: MiraiProtocol IPAD MACOS (#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh authored Mar 15, 2023
1 parent 4f0f733 commit b6b1059
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions mirai-core/src/commonMain/kotlin/utils/MiraiProtocolInternal.kt
Original file line number Diff line number Diff line change
Expand Up @@ -73,27 +73,28 @@ internal class MiraiProtocolInternal(
)
protocols[MiraiProtocol.IPAD] = MiraiProtocolInternal(
"com.tencent.minihd.qq",
537065739,
"5.8.9",
537151363,
"8.9.33.614",
"6.0.0.2433",
150470524,
66560,
1970400,
"AA 39 78 F4 1F D9 6F F9 91 4A 66 9E 18 64 74 C7",
1595836208L,
1640921786L,
12,
)
//Updated from MiraiGo (2023/3/15)
protocols[MiraiProtocol.MACOS] = MiraiProtocolInternal(
"com.tencent.qq",
0x2003ca32,
"6.7.9",
"6.2.0.1023",
0x7ffc,
537128930,
"5.8.9",
"6.0.0.2433",
150470524,
66560,
1970400,
"com.tencent.qq".encodeToByteArray().toUHexString(" "),
0L,
7,
"AA 39 78 F4 1F D9 6F F9 91 4A 66 9E 18 64 74 C7",
1595836208L,
12,
)
}
}
Expand Down

0 comments on commit b6b1059

Please sign in to comment.