mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 01:35:22 +02:00
Enable permessage-deflate for chat connections
Switches the tungstenite dependency from stock v0.27 to our fork. Enables the "deflate" feature of the same, and adds a remote config flag to enable negotiating permessage-deflate support when establishing a chat connection.
This commit is contained in:
@@ -15,6 +15,7 @@ Pod::Spec.new do |s|
|
||||
|
||||
s.swift_version = '5'
|
||||
s.platform = :ios, '15.0'
|
||||
s.libraries = ['z']
|
||||
|
||||
s.source_files = ['swift/Sources/**/*.swift', 'swift/Sources/**/*.m']
|
||||
s.preserve_paths = [
|
||||
|
||||
Reference in New Issue
Block a user