feat: Enhance Protocol with additional packet types and integrate AppleEmojiText for improved emoji display
This commit is contained in:
@@ -76,7 +76,11 @@ class Protocol(
|
||||
0x02 to { PacketResult() },
|
||||
0x03 to { PacketSearch() },
|
||||
0x04 to { PacketOnlineSubscribe() },
|
||||
0x05 to { PacketOnlineState() }
|
||||
0x05 to { PacketOnlineState() },
|
||||
0x06 to { PacketMessage() },
|
||||
0x07 to { PacketRead() },
|
||||
0x08 to { PacketDelivery() },
|
||||
0x0B to { PacketTyping() }
|
||||
)
|
||||
|
||||
init {
|
||||
|
||||
Reference in New Issue
Block a user