You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-android/library/protobuf
Moxie Marlinspike 3999171377 Introduce registration-time ID for detecting stale sessions.
1) At registration time, a client generates a random ID and
   transmits to the the server.

2) The server provides that registration ID to any client
   that requests a prekey.

3) Clients include that registration ID in any
   PreKeyWhisperMessage.

4) Clients include that registration ID in their sendMessage
   API call to the server.

5) The server verifies that the registration ID included in
   an API call is the same as the current registration ID
   for the destination device.  Otherwise, it notifies the
   sender that their session is stale.
11 years ago
..
IncomingPushMessageSignal.proto Switch to protobuf enums for push signal type. 11 years ago
LocalStorageProtocol.proto Introduce registration-time ID for detecting stale sessions. 11 years ago
Makefile Support for Axolotl protocol. 11 years ago
WhisperTextProtocol.proto Introduce registration-time ID for detecting stale sessions. 11 years ago