Skip to content
Snippets Groups Projects
  1. Nov 15, 2024
  2. Nov 12, 2024
  3. Nov 11, 2024
    • Adrien Béraud's avatar
      jamiaccount: sync with other devices along with sip · 8d00a597
      Adrien Béraud authored
      Change-Id: I39bb6bc147759fecffeb4fec8821ce844d4b5930
      8d00a597
    • Adrien Béraud's avatar
      use MessageChannel for p2p protocol messages · a5c6ad6c
      Adrien Béraud authored
      The MessageChannel is used to exchange Jami protocol messages
      between peers, similar to the SyncChannel but for communications
      with contact devices instead of account devices.
      
      It would ultimately be used instead of the SIP channel
      for communication with peers, overcoming the pjsip message size limitation
      and avoiding the overhead of the SIP message header.
      
      The MessageChannel also allows transmission of raw binary data over the network,
      which is not possible with a SIP transport.
      
      Messages on the MessageChannel are serialized using msgpack.
      It is used instead of the SIP transport when possible,
      in a backward-compatible way, falling back to the SIP transport if a MessageChannel is not available, for instance when communicating with an
      older Jami version.
      
      Change-Id: I104c998486cbd5e520b1e3b92277613c84a3a305
      a5c6ad6c
    • Adrien Béraud's avatar
      tlsvalidator: add missing certificate details · 174c45b3
      Adrien Béraud authored
      Change-Id: I5094741acc1b395947bac34321cfc05b3e5328ae
      174c45b3
    • Adrien Béraud's avatar
      SyncChannelHandler: cleanup · acb3a44a
      Adrien Béraud authored
      Change-Id: I6a894a682792434e1a763c8e0a927c0f34e893e2
      acb3a44a
    • Adrien Béraud's avatar
      sync module: factor channel shutdown · bf12b7e6
      Adrien Béraud authored
      Change-Id: I6db2411fe91946017179bbba4bb471895d069e42
      bf12b7e6
  4. Nov 07, 2024
  5. Nov 06, 2024
  6. Nov 05, 2024
  7. Oct 30, 2024
  8. Oct 28, 2024
  9. Oct 25, 2024
  10. Oct 23, 2024
  11. Oct 22, 2024
  12. Oct 18, 2024
  13. Oct 17, 2024
  14. Oct 16, 2024
  15. Oct 11, 2024
  16. Oct 08, 2024
Loading