Skip to content

Transports

Compare
Choose a tag to compare
@tomleavy tomleavy released this 07 Sep 21:14
· 448 commits to master since this release
  • Packet v4 is now the default for message generation
  • Transport Context to support management of Stream Context's in both tx and rx directions, along with key exchanges over a p2p connection. Transports are meant for ephemeral data streams, and will not replace the current messaging protocol for asynchronous text chats
  • Support for pre-shared keys as a parameter to a key exchange. This allows for packet decoding to be cryptographically bound to a out-of-band value on top of the existing key exchange mechanism