- 27 Oct, 2020 1 commit
-
-
Andrea Gianarda authored
-
- 23 Oct, 2020 1 commit
-
-
Andrea Gianarda authored
Do not set lev to NULL if its pointer is different from that held by the manager
-
- 22 Oct, 2020 1 commit
-
-
Andrea Gianarda authored
Take into account conf-id when adding, searching and deleting conferences in the map Do not set conf_ctx to NULL when callign linphone_core_terminate_conference Test conference in server mode Verify that 2 conferences with local participant enabled cannot be created at the same time Do not update proxy config when creating a local conference Add LINPHONE_PUBLIC to linphone_conference_params_new
-
- 20 Oct, 2020 1 commit
-
-
Simon Morlat authored
Fix test.
-
- 15 Oct, 2020 4 commits
-
-
johan authored
-
johan authored
-
Timothée Jaussoin authored
-
johan authored
-
- 06 Oct, 2020 1 commit
-
-
Andrea Gianarda authored
When participants are added to a local conference, a remote conference is created that allow the remote participants to receive notifications about newly added participants and other events if the event conference package is enabled Delete private classes of LocalConferenceEventHandler, RemoteConferenceEventHandler, Participant, ParticipantDevice, Conference, LocalConference, RemoteConference, RemoteConferenceEventHandler, LocalConferenceEventHandler Send 200OK to subscribes whose state is terminated and expires field is set to 0 Create audio video conference tester whose task is to verify conference behaviour
-
- 26 Sep, 2020 1 commit
-
-
Julien Wadel authored
Chat Room : Avoid to add a ref when there is no messages on search - Add PDB of liblinphone_tester - Group Chat Message test : Fix memory corruption by moving unref message to a better place - Build group chat secure tester only if Lime X3DH is build - Add Assert to end test if some pointers are null (append when there is an issue with building encrypted room) - add tests on pointers - remove calls cache before destroying factory - ICE : switch stream after handling ice event as it can change it - Fix tests
-
- 25 Sep, 2020 1 commit
-
-
Julien Wadel authored
Adapt doxygen C headers, add UTF8 functions on Chat Message, Chat Rooms, Contents - switch to UTF8 when using xsd, xml
-
- 23 Sep, 2020 1 commit
-
-
Simon Morlat authored
-
- 09 Sep, 2020 1 commit
-
-
johan authored
-
- 04 Sep, 2020 1 commit
-
-
Simon Morlat authored
Make liblinphone_tester able to use a dns server from a flexisip-tester infrastructure, in order to retrieve all the hosts. It allows to use SRV queries.
-
- 18 Aug, 2020 1 commit
-
-
Sylvain Berfini authored
-
- 24 Jul, 2020 6 commits
- 17 Jul, 2020 1 commit
-
-
jehan authored
-
- 08 Jul, 2020 1 commit
-
-
Sylvain Berfini authored
More work on documentation + modified JAVA wrapper to ensure all returned arrays are never null even if the C API says maybenil
-
- 06 Jul, 2020 1 commit
-
-
Sylvain Berfini authored
-
- 25 Jun, 2020 1 commit
-
-
DanmeiChen authored
-
- 08 Jun, 2020 1 commit
-
-
johan authored
- tls certificate shall already be loaded in core when the lime client needs them, no call to the authentication requested client
-
- 19 May, 2020 1 commit
-
-
Andrea Gianarda authored
Fix audio device reload and call_with_disconnecting_device_during_ringback tests Add dummy device number 3 Add methods to set audio device by providing the sound card ID Call setInputAudioDevice defined in MediaSession from method setInputDeviceAudioDevice defined in the class Call (cause of audio device reload failure)
-
- 15 May, 2020 1 commit
-
-
johan authored
-
- 13 May, 2020 3 commits
-
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
Sylvain Berfini authored
-
- 06 May, 2020 1 commit
-
-
Paul Cartier authored
- Add Shared Core logic in shared-core-helpers and constructors in factory - Add high level functions to get the message or the new chat room from a push notification - Allow wrappers to use linphone logger - Add core option to send imdn without being registered - Improve linphone_core_stop() - Move the paths functions to the same place for all platforms and add paths for iOS shared file system - Add shared core tests and modify LinphoneCoreManager to create shared cores
-
- 27 Mar, 2020 1 commit
-
-
johan authored
+secure group chat tests using curve448
-
- 13 Mar, 2020 1 commit
-
-
Sylvain Berfini authored
-
- 25 Feb, 2020 2 commits
- 06 Feb, 2020 1 commit
-
-
Simon Morlat authored
This work required a major internal refactoring of how streams (audio, video, text, maybe others in the future) are handled by liblinphone. This refactoring introduces a new design, where a streams are managed through a common base class named 'Stream', by a new class StreamsGroup that has the responsability of coordinating streams together. In addition, these classes are provided with an OfferAnswerContext, that contains a representation of SDP local parameters, remote parameters, and agreed parameters. The IceAgent has been redesigned too, renamed as IceService. It is now invoked by the StreamsGroup, and given the same OfferAnswerContext. The IceService now supports handling of several IP addresses, using getifaddrs() (linux, android, iOS, Mac), windows to be done. The new code is more compact. The internal function sal_stream_description_active() has been removed as its name was confusing. Instead sal_stream_description_active() can be used to know if a stream is active (ie port number not zero and no a=bundle-only).
-
- 04 Feb, 2020 1 commit
-
-
Simon Morlat authored
Allow proxy config with dependencies to be added in any order in the LinphoneCore. The resolution of dependencies is then performed each time a new LinphoneProxyConfig is added.
-
- 29 Jan, 2020 1 commit
-
-
DanmeiChen authored
fix wrapper swift fix build windows correct spelling and add useful logs add events fix indentation error rename functions Renamed expiredLifetime to expireLifetime + fixed long type in java wrapper optimization of ephemeral message Fixed issues in event logs filters Added missing history size override set expired time maximum by default Added missing callback for ephemeral related event generated + moved ephemeral code to client-group-chat-room instead of chat-room Added tag to epehemeral tests fix expired time remove useless item fix spelling Delete chat message from db before notifying the callbacks Added ephemeral messages capability Set ephemeral spec when creating Core Started API to check if all participants in a chat room support ephemeral messages Added callback on Core when an ephemeral message has expired Use internal app directory as download path Do not generate an ephemeral lifetime changed event when ephemeral feature is disabled Changes regarding ephemeral time header used in CPIM Fixed wrong callback called
-
- 20 Jan, 2020 1 commit
-
-
Paul Cartier authored
-