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
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
..
jni Migrate to Curve25519. 11 years ago
libs Migrate to Curve25519. 11 years ago
protobuf Introduce registration-time ID for detecting stale sessions. 11 years ago
res/values Library accepts push connection certificate as argument. 11 years ago
src/org/whispersystems/textsecure Introduce registration-time ID for detecting stale sessions. 11 years ago
AndroidManifest.xml Support for multi-device. 11 years ago
build.gradle Support for multi-device. 11 years ago
build.xml Split into library project and add shared preferences layer of indirection. 11 years ago
proguard-project.txt Split into library project and add shared preferences layer of indirection. 11 years ago