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.
2014-02-18 12:51:23 -08:00
..
IncomingPushMessageSignal.proto Switch to protobuf enums for push signal type. 2014-02-14 16:20:47 -08:00
LocalStorageProtocol.proto Introduce registration-time ID for detecting stale sessions. 2014-02-18 12:51:23 -08:00
Makefile Support for Axolotl protocol. 2014-01-06 14:37:52 -08:00
WhisperTextProtocol.proto Introduce registration-time ID for detecting stale sessions. 2014-02-18 12:51:23 -08:00