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.
 
 
 
 
Go to file
Michael Kirk e1055c26a3 Sync EndSession messages to linked devices
Alternatively, I considered deleting *only* the session with the device
which sent the message, but since other clients are deleting *all*
sessions associated with the contact, it will be less disruptive to get
in line with their behavior.

Fixes the scenario wherein:

* Alice.1 has a session with Bob.1 and Bob.2
* Bob.1 sends an EndSession to Alice
* Thus Alice.1 deletes her sessions with Bob.1 and Bob.2
* Bob.2 sends Alice1 "hi" (with the existing session - as a regular WM,
not a PKWM)
* Alice has no session with Bob.2 so cannot decrypt the message.

// FREEBIE
9 years ago
Example MessageSender should be accessed as singleton 9 years ago
Utilities post commit which double checks for freebie presence 9 years ago
protobuf Respond to CR. 9 years ago
src Sync EndSession messages to linked devices 9 years ago
tests MessageSender should be accessed as singleton 9 years ago
.clang-format Avoid deadlock while accepting new key (#17) 9 years ago
.gitignore Censorship circumvention in Egypt and UAE 9 years ago
.travis.yml Explain send failures for text and media messages 9 years ago
CONTRIBUTING.md contributing.md referencing Signal-iOS coding guidelines. Inlined legal. (#8) 10 years ago
LICENSE Update license. 9 years ago
Makefile Explain send failures for text and media messages 9 years ago
README.md Get tests + ci running 10 years ago
SignalServiceKit.podspec Censorship circumvention in Egypt and UAE 9 years ago

README.md

SignalServiceKit

SignalServiceKit is an Objective-C library for communicating with the Signal messaging service for iOS & OS X