0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-20 03:52:17 +02:00
libsignal/swift/Tests
Jordan Rose 524eb7cdb3 swift: Add ConnectionEventsListener for UnauthenticatedChatService
This follows Node in splitting out a base protocol for "disconnected"
events that the existing ChatListener protocol extends. It's a bit
more involved because of the helper class that keeps track of both the
listener and the ChatService, which can't be made generic because
Swift generics aren't monomorphized (and thus won't work as C function
pointers).

This is a breaking change in practice because the name of the callback
has changed (from chatServiceConnectionWasInterrupted to just
connectionWasInterrupted).
2024-08-09 11:23:49 -07:00
..
LibSignalClientTests swift: Add ConnectionEventsListener for UnauthenticatedChatService 2024-08-09 11:23:49 -07:00
.swiftlint.yml swiftlint: Allow test files to be longer than library files 2021-08-31 13:11:10 -07:00