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-ios/SignalServiceKit
Mikunj c5d1047166 Fix self sync messages.
Timestamps were not matching and thus messages were always showing `Bad encrypted message`. Signal upstream had fixed this already so i just got the upstream code and modified it to fit our current code.
6 years ago
..
Resources/Certificates
Utilities
protobuf Fix incorrect README instruction 6 years ago
src Fix self sync messages. 6 years ago
tests Fix deadlock 6 years ago
.clang-format
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE
README.md

README.md

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/signalapp/Signal-iOS.git'