Signal-iOS/SignalServiceKit
Michael Kirk 3f4dcecf15 ensure blocking keychange message has identityKey before proceeding
This is increasingly irrelevant due to recent safety number changes, but
legacy clients with old messages can still run into this.

FIXES: https://github.com/WhisperSystems/Signal-iOS/issues/2346

// FREEBIE
2017-07-26 16:00:32 -04:00
..
Example [SSK] Migrating changes from obsolete SSK repo. 2017-07-21 15:17:35 -04:00
fastlane Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
protobuf Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
src ensure blocking keychange message has identityKey before proceeding 2017-07-26 16:00:32 -04:00
tests Respond to CR. 2017-07-24 16:13:22 -04:00
Utilities Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
.clang-format Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
.gitignore Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
.travis.yml Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
CONTRIBUTING.md Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
LICENSE Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
Makefile CI runs SSK tests 2017-07-21 13:58:57 -04:00
README.md Instructions, how to use SignalServiceKit 2017-07-21 16:21:49 -04:00

SignalServiceKit

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

To use SignalServiceKit via Cocoapods add the following to your Podfile

pod 'SignalServiceKit', git: 'https://github.com/WhisperSystems/Signal-iOS.git'