Skip to content
Snippets Groups Projects
  1. Nov 22, 2024
  2. Nov 21, 2024
  3. Nov 20, 2024
  4. Nov 19, 2024
    • Léopold Chappuis's avatar
      updateProfile: Added Support for SIP Account · 0106410f
      Léopold Chappuis authored and Adrien Béraud's avatar Adrien Béraud committed
      Modified behavior to support cases where a SIP account uploads a new profile. The main idea is to move the vCard management logic in the daemon.
      
      Change-Id: I74dece22cd2917ad2f5ff2b37e2d413696cdcec3
      0106410f
    • François-Simon Fauteux-Chapleau's avatar
      plugins: fix broken test · ba2d4c6f
      François-Simon Fauteux-Chapleau authored
      PluginsTest::testTranslations assumes that at least one of the fields in
      the TestSuite plugin's manifest has a French translation. Such a
      translation was added in version 1.0.1 of TestSuite last year by commit
      d0e0ef18395a07a1579b512c5d67bf61f7c3587a in the jami-plugins repo:
      https://review.jami.net/c/jami-plugins/+/25667
      However, the daemon plugin tests were still using version 1.0.0 of
      TestSuite, which is why testTranslations was failing every day. This
      patch fixes the issue by upgrading the TestSuite.jpl file used for the
      tests to version 1.0.1.
      
      GitLab: #1064
      Change-Id: I7b851083bd8e1ac80d61f721baabbc092b46c56a
      ba2d4c6f
  5. Nov 18, 2024
  6. Nov 15, 2024
  7. Nov 12, 2024
  8. 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
  9. Nov 07, 2024
  10. Nov 06, 2024
  11. Nov 05, 2024
  12. Oct 30, 2024
  13. Oct 28, 2024
  14. Oct 25, 2024
  15. Oct 23, 2024
  16. Oct 22, 2024
Loading