Signal-iOS/SignalServiceKit/Environment
Jordan Rose 54e4f752c9 Add OWSAuthConnectionUsingLibSignal
This is a *subclass* of OWSChatConnectionUsingLibSignal, mainly
because the authenticated/identified connection really does have
capabilities the unauth/unidentified one does not, and splitting those
out makes it easier to see which are which.

For now each websocket connection, identified and unidentified, has
its own libsignal ChatService instance, even though ChatService is
designed to manage both connections together. Later on in the
migration it'll make sense to consolidate them, but under the existing
structure of OWSChatConnection this is the easiest way to manage their
lifecycles.

Controlled by new RemoteConfig flag
"ios.experimentalTransportEnabled.libsignalAuth" (and for local
testing, UserDefaults flag UseLibsignalForIdentifiedWebsocket).
2024-06-20 15:42:00 -07:00
..
AppSetup.swift Add OWSAuthConnectionUsingLibSignal 2024-06-20 15:42:00 -07:00
MessageRequestPendingReceipts.swift Remove some debug/verbose lines 2024-03-19 19:24:54 -05:00
NoopCallMessageHandler.swift Simplify CallMessageHandler 2024-05-29 11:55:42 -05:00
Sounds.swift Incoming raise hand sound effect 2024-06-06 11:09:01 -06:00