- 20 Feb, 2025 - 1 commit
-
-
Andrea Gianarda authored
-
- 14 Feb, 2025 - 1 commit
-
-
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
-
- 13 Feb, 2025 - 1 commit
-
-
Andrea Gianarda authored
state change At startup, set all media conference supporting chat capabilities to Terminated and reset the last notify ID
-
- 12 Feb, 2025 - 2 commits
-
-
Andrea Gianarda authored
Free transient messages and events as soon as the chatroom moved into the Deleted state. The application might still keep a reference preventing the immediate destruction
-
Andrea Gianarda authored
scenarios: - the client requested a full state - the server sends a full state to catch up a big number of missed events. In order to detect the latter case, the client looks if its current last notify ID is not 0
-
- 11 Feb, 2025 - 4 commits
-
-
Julien Wadel authored
-
Andrea Gianarda authored
Use parameters passed down by the application to join a group call after it has been created on the server Rework impromptu conference tests to avoid using the conference scheduler to create such conferences. Use instead the method linphone_conference_invite_participants
-
ClémenceHim authored
-
ClémenceHim authored
-
- 10 Feb, 2025 - 3 commits
-
-
ClémenceHim authored
-
Andrea Gianarda authored
Take into account conference capabilities in the NOTIFY full state if the conference supports medias
-
Sylvain Berfini authored
-
- 08 Feb, 2025 - 1 commit
-
-
Simon Morlat authored
Fix a crash while sending a response retransmission in a server transaction, after a network disconnection.
-
- 07 Feb, 2025 - 2 commits
-
-
Sylvain Berfini authored
-
ClémenceHim authored
-
- 06 Feb, 2025 - 4 commits
-
-
QuentinArguillere authored
iOS: make the IosPlatformHelper a CoreListener, in order to register for push only when core is in GlobalOn state. This fixes a bug where, when using remote provisioning, push token could be lost.
-
Andrea Gianarda authored
-
Julien Wadel authored
LDAP: fix where phone number was not added to friend if the result is an address. linphone_account_normalize_phone_number() need a username.
-
johan authored
-
- 05 Feb, 2025 - 4 commits
-
-
Simon Morlat authored
-
Christophe Deschamps authored
-
Andrea Gianarda authored
Make the best effort to find a conference that can be linked to an INVITE session. In some cases, the account contact address doesn't match neither the conference ID peer address nor the conference address therefore the core now looks also at the To or From headers Add backward compatibility code for tchat conference server based on SDK release/5.3. In fact, the GRUU parameter must be added to the To header of a SUBSCRIBE and MESSAGE messages Comment code needed to remove the gr parameter from the conference address and conference ID that can be used once a tchat flexisip conference server based on SDK 5.4 will be released Add setting to keep GRUU in chatroom and conference addresses and conference IDs Do not use anymore local address as contact address of SUBSCRIBE and PUBLISH messages
-
Christophe Deschamps authored
-
- 04 Feb, 2025 - 2 commits
-
-
ClémenceHim authored
-
Ghislain MARY authored
-
- 03 Feb, 2025 - 1 commit
-
-
Simon Morlat authored
Add useful linphone_participant_device_get_participant() method. Fix a random crash.
-
- 30 Jan, 2025 - 2 commits
-
-
Sylvain Berfini authored
-
Andrea Gianarda authored
Fix documentation of onActiveSpeakerParticipantDevice callback as the pointer to the device can be NULL. It occurs when the active speaker leaves the conference
-
- 29 Jan, 2025 - 6 commits
-
-
Simon Morlat authored
Fix constness and FriendList reloading issues.
-
Currently, on 5.4 and master, the cache is shared
-
Enable FASTZIP everywhere
-
Sylvain Berfini authored
-
Ghislain MARY authored
-
ClémenceHim authored
-
- 28 Jan, 2025 - 6 commits
-
-
johan authored
-
Ghislain MARY authored
-
Mickaël Turnel authored
-
Mickaël Turnel authored
-
Andrea Gianarda authored
Catch exception thrown by getCore() in the ClientConferenceEventHandler class Improve reliability of remote provisioning tests using the FlexiAPI and of test "Create video transfer conference with active speaker changed"
-
Andrea Gianarda authored
Add test to verify behaviour when a conference with chat capabilities ends before the EKT has been sent
-