mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 07:25:20 +00:00
Init handshake on dm (#187)
* kinda working * establish handshake if not done yet * add handshakerequest packet * read receipt
This commit is contained in:
@@ -32,6 +32,7 @@ enum class MessageType(val value: UByte) {
|
||||
CHANNEL_KEY_VERIFY_RESPONSE(0x15u), // Response to key verification request
|
||||
CHANNEL_PASSWORD_UPDATE(0x16u), // Distribute new password to channel members
|
||||
CHANNEL_METADATA(0x17u), // Announce channel creator and metadata
|
||||
HANDSHAKE_REQUEST(0x25u), // Request handshake initiation for pending messages
|
||||
|
||||
// Protocol version negotiation
|
||||
VERSION_HELLO(0x20u), // Initial version announcement
|
||||
|
||||
Reference in New Issue
Block a user