- 26 Oct, 2023 - 3 commits
-
-
Simon Morlat authored
-
Ghislain MARY authored
-
Andrea Gianarda authored
When starting the core, make sure that there is not other chatroom already retrieved that has the same conference id when the gr parameter is ignored on the peer and local address. If so, then keep the one that has the oldest creation time and replace it by the value stored in the other. All events linked to the to-be-deleted chat room generated before chat room creation time are moved as they now belong to the kept chat room. The other events are simply deleted because they are linked ot both chatrooms. Split suite "Local conference tester (Chat)" into "Local conference tester (Chat Basic)" and "Local conference tester (Chat Advanced)"
-
- 25 Oct, 2023 - 1 commit
-
-
Andrea Gianarda authored
-
- 24 Oct, 2023 - 10 commits
-
-
Andrea Gianarda authored
-
Andrea Gianarda authored
-
Andrea Gianarda authored
-
Andrea Gianarda authored
-
Andrea Gianarda authored
-
Andrea Gianarda authored
-
Andrea Gianarda authored
-
Andrea Gianarda authored
for the ZRTP auxiliary secrets
-
Andrea Gianarda authored
is destroyed. Fix return value of Account::customContactChanged when two addresses are compared
-
Andrea Gianarda authored
Fix incoherence between test name and function arguments
-
- 23 Oct, 2023 - 4 commits
-
-
Andrea Gianarda authored
-
Andrea Gianarda authored
-
Andrea Gianarda authored
media description when establishing an ICE dial out conference. In fact, the thumbnail stream may be missing from the server generated SDP in the ICE reINVITE leading the client to generate an SDP with 2 video streams but the server offer having only one. In order to resolve this issue, streams that are not in the negotiated media description are stopped and destroyed while rendering the stream group
-
- 20 Oct, 2023 - 3 commits
-
-
johan authored
-
-
Andrea Gianarda authored
- For backward compatibility, never set local and peer addresses of the ConferenceID object to nullptr - Clean up temporary database tables before starting an update because they are not deleted if the MainDb::updateSchema() fails - Reply 481 Transaction Does Not Exist to any INVITE or UPDATE received after the BYE is sent
-
- 17 Oct, 2023 - 2 commits
-
-
Simon Morlat authored
Enforce prohibition of the reuse of LinphoneCallParams obtained by linphone_call_get_current_params() or linphone_call_get_remote_params() through linphone_core_invite_address_with_params()/linphone_call_accept_with_params()/linphone_call_update()/linphone_call_accept_update(). Despite documentation explicitely asks to use linphone_core_create_call_params(), developers tend to do this, which leads to unpredictable behaviors and failures.
-
- 16 Oct, 2023 - 3 commits
-
-
Sylvain Berfini authored
-
Andrea Gianarda authored
-
Andrea Gianarda authored
-
- 13 Oct, 2023 - 1 commit
-
-
Simon Morlat authored
Enable deflate compression for x3dh server engine. Indeed, multipart content for IMDNs can be very large.
-
- 12 Oct, 2023 - 1 commit
-
-
Sylvain Berfini authored
-
- 11 Oct, 2023 - 1 commit
-
-
Simon Morlat authored
Add new video codec priority policy, that gives preference to hardware codecs on mobile platforms, in order to preserve battery and improve framerate.
-
- 10 Oct, 2023 - 2 commits
-
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
- 06 Oct, 2023 - 1 commit
-
-
Andrea Gianarda authored
Free mConferenceFactoryAddressCstr in AccountParameters destructor
-
- 05 Oct, 2023 - 1 commit
-
-
Andrea Gianarda authored
Make ChatMessagePrivate::setState private because the chat message state can only be set by ChatMessagePrivate::setParticipantState if has to be changed from outside of the ChatMessage object
-
- 04 Oct, 2023 - 2 commits
-
-
Andrea Gianarda authored
A message can only reach an IMDN controlled state when the core receives an IMDN. This avoid moving a message to NotDelivered when resending it as all participants are in NotDelivered state
-
Simon Morlat authored
-
- 03 Oct, 2023 - 1 commit
-
-
Sylvain Berfini authored
-
- 02 Oct, 2023 - 2 commits
-
-
Simon Morlat authored
-
Andrea Gianarda authored
Caught exception in MainDb::updateEvent(sqlite3_statement_backend::prepare: no such column: event_id while preparing "SELECT sip_address.value FROM sip_address WHERE event_id = :eventId AND sip_address.id = chat_message_participant.participant_sip_address_id" with :1=5.).
-
- 29 Sep, 2023 - 2 commits
-
-
Andrea Gianarda authored
-
Ghislain MARY authored
Remove useless jazzy stuff + Rename ENABLE_JAZZY_DOC option to ENABLE_SWIFT_DOC + Fix line returns in swift doc template.
-