1. 17 Mar, 2025 - 2 commits
  2. 14 Mar, 2025 - 1 commit
  3. 13 Mar, 2025 - 2 commits
  4. 12 Mar, 2025 - 1 commit
  5. 11 Mar, 2025 - 2 commits
  6. 10 Mar, 2025 - 1 commit
  7. 07 Mar, 2025 - 2 commits
  8. 06 Mar, 2025 - 1 commit
    • Andrea Gianarda's avatar
      Add tests to verify behaviour of a basic chatroom with CPIM and IMDN · ff362e99
      Andrea Gianarda authored
      enabled
      
      Make more robust database migration code as the user may set database
      paths but instruct the core not to initialize the database. This
      behaviour can de achieved by the following lines in the rc file:
      [misc]
      use_database=1
      
      [storage]
      uri=null
      
      By not explicitely disabling friends, call log and chat database, the
      SDK assumes that they are enabled and migration sould be carried out
      ff362e99
  9. 05 Mar, 2025 - 1 commit
  10. 04 Mar, 2025 - 3 commits
  11. 03 Mar, 2025 - 1 commit
  12. 28 Feb, 2025 - 1 commit
  13. 27 Feb, 2025 - 2 commits
  14. 26 Feb, 2025 - 1 commit
  15. 25 Feb, 2025 - 2 commits
  16. 24 Feb, 2025 - 2 commits
  17. 21 Feb, 2025 - 1 commit
  18. 20 Feb, 2025 - 1 commit
  19. 19 Feb, 2025 - 1 commit
  20. 18 Feb, 2025 - 2 commits
  21. 17 Feb, 2025 - 6 commits
  22. 14 Feb, 2025 - 1 commit
    • Andrea Gianarda's avatar
      Improve resiliance of SDK clients against server errors when searching a chat stored in the RAM: · 1a7f68bb
      Andrea Gianarda authored
      Ensure that linphone_core_search_chat_room_2 doesn't do a SIP address comparison as stated in the RFC. In fact, doing that leads to being too exposed to server instabilities.
      For example, if a server for whatever reason removes the conf-id parameter from the chatroom peer address, it will prevent to client to join any new chatroom as all will match the corrupted chat
      
      Add class ConferenceContext to easily compare two chatrooms or
      conference based on the parameters, local and remote address and the
      participants
      1a7f68bb
  23. 13 Feb, 2025 - 1 commit
  24. 12 Feb, 2025 - 2 commits