1. 13 Mar, 2025 - 1 commit
  2. 12 Mar, 2025 - 3 commits
  3. 11 Mar, 2025 - 3 commits
  4. 10 Mar, 2025 - 1 commit
  5. 07 Mar, 2025 - 3 commits
  6. 06 Mar, 2025 - 1 commit
    • Andrea Gianarda's avatar
      Add tests to verify behaviour of a basic chatroom with CPIM and IMDN · 90fc143e
      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
      90fc143e
  7. 05 Mar, 2025 - 2 commits
  8. 04 Mar, 2025 - 5 commits
  9. 03 Mar, 2025 - 1 commit
  10. 28 Feb, 2025 - 2 commits
  11. 27 Feb, 2025 - 2 commits
  12. 26 Feb, 2025 - 1 commit
  13. 25 Feb, 2025 - 3 commits
  14. 24 Feb, 2025 - 2 commits
  15. 21 Feb, 2025 - 1 commit
  16. 20 Feb, 2025 - 2 commits
  17. 19 Feb, 2025 - 1 commit
  18. 18 Feb, 2025 - 2 commits
  19. 17 Feb, 2025 - 3 commits
  20. 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: · 1e19fc23
      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
      1e19fc23