TSOutgoingMessage has an existing overridable method -dataMessageBuilderWithThread:transaction: that returns an SSKProtoDataMessageBuilder; this makes it easy for the base class to add a profile key to every outgoing DataMessage message no matter how the proto gets built. Similarly, we (sometimes) want to put a PniSignature on every outgoing message (of any kind), so now we have -contentBuilderWithThread:transaction:. (The PniSignature part comes next.) |
||
|---|---|---|
| .. | ||
| protobuf | ||
| Resources | ||
| src | ||
| tests | ||
| Utilities | ||
| .clang-format | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| 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'