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.
2014-02-18 12:51:23 -08:00
..
jni Migrate to Curve25519. 2014-01-06 14:36:22 -08:00
libs Migrate to Curve25519. 2014-01-06 14:36:22 -08:00
protobuf Introduce registration-time ID for detecting stale sessions. 2014-02-18 12:51:23 -08:00
res/values Library accepts push connection certificate as argument. 2014-01-06 14:38:14 -08:00
src/org/whispersystems/textsecure Introduce registration-time ID for detecting stale sessions. 2014-02-18 12:51:23 -08:00
AndroidManifest.xml Support for multi-device. 2014-02-02 19:38:06 -08:00
build.gradle Support for multi-device. 2014-02-02 19:38:06 -08:00
build.xml Split into library project and add shared preferences layer of indirection. 2014-01-06 14:20:59 -08:00
proguard-project.txt Split into library project and add shared preferences layer of indirection. 2014-01-06 14:20:59 -08:00