- Oct 26, 2022
-
-
Sébastien Blin authored
Change-Id: I55fae603c65350adfec658cf73768a9535d614d3
-
Change-Id: I834f27f66836be3ece3feac7ead662802d89da2d Gitlab: jami-client-android#1111
-
Sébastien Blin authored
Change-Id: Ie51f23d4c0547adc8542bb046d769f03a91d27c4 GitLab: #784
-
- Oct 25, 2022
-
-
Adrien Béraud authored
Change-Id: Ie035755eaa58621985b80612f25c2918891b00bc
-
Sébastien Blin authored
This reverts commit 7bce5bb7. Reason for revert: Break config Change-Id: I7e21df8f0fc80ceea3088f891992b1ae19693e33
-
Gitlab: jami-client-android#1111 Change-Id: I3d0f5abcd4b1ca4d64fcc908c0823ad6961c872c
-
Aline Gondim Santos authored
The sinks only should be created when there is a video device available. If no video device is available, no sinks should be created. Change-Id: Iec35288bf9966eb664470b2f8c1e5738f6909893
-
- Oct 24, 2022
-
-
Sébastien Blin authored
For now, only be able to edit messages from our-self and with the text/plain type Change-Id: I20c6ed7dad3892f0fa655812242b9ca6e77e69b3 GitLab: #316
-
Sébastien Blin authored
If iOS is in deep sleep mode, it will only wake up the daemon if a new activity needs to be shown (call, message or contact). If the peer accepts a trust request, it will clone and join the conversation (so a new message will be shown). So, cloning a conversation should notify the iOS device that the daemon MUST be started. GitLab: #776 Change-Id: I639a5f928fec2970909a29b9f3c33c165ac201c8
-
Olivier Dion authored
If initialization of natpmpHdl_ has failed, then closing it will result in closing a random file descriptor, typically standard input. Change-Id: Ifb1335a83b1900d4cf31c820bba090cb30b68d7a
-
- Oct 21, 2022
-
-
Sébastien Blin authored
In some cases the file "contacts" was badly synced. Also, if for any reason "contacts" is not correctly formed, we may be able to fix it. This patch handles two cases of failures: 1. If the contact details doesn't contain any conversationId BUT a 1:1 conversation is found with this contact, we update the conversationId in the details. 2. If, for some reason, multiple 1:1 conversations are detected with the same contact, we only keep the one in the details, as it should be the correct one. This should fix the fact that for some conversation, calls are not written in the history (cause getOneToOneConversation() returns nothing). Change-Id: I5dd9fc51999540d8a4230f8fdce828a461da752a
-
- Oct 20, 2022
-
-
Adrien Béraud authored
Change-Id: Ic01845c26653338719b76410878aece456ac93cc
-
Guile is no longer in contrib so this documentation is obsolete. Change-Id: I884cf03b5d1fa677f6cf8036bd5b0dffec4dda88
-
Adrien Béraud authored
Change-Id: I36869baf37ccd52d7204b6cd9f5a6c4e0c4a3a17
-
Change-Id: I2e8e7c6ff7da0cb71db135184522e92f25aca0f3 GitLab: #779
-
Sébastien Blin authored
Change-Id: I7362b02cc1fd557cf454ccc29d60ff88a53f4afc
-
- Oct 19, 2022
-
-
Aline Gondim Santos authored
GitLab: #780 Change-Id: I50e5dff097c4573f24f9ba6c25fa38e2857479ae
-
Adrien Béraud authored
Change-Id: Ifa30deb2740f80c6c6d222c5984a118e71037c2e
-
Change-Id: I2c64b42dd7ad290dede7d7633eacc6bc20ed95ea GitLab: #779
-
- Oct 18, 2022
-
-
Adrien Béraud authored
A sent file was linked after the commit was announced to the client and to other devices, which was causing various race conditions. We add a new onCommit callback allowing to take action after a commit is made and before it's announced to clients and other devices, and we use this callback to link the file. Change-Id: If5c64271b08a71749e5bf84426c5a6ecb9806ea6
-
Change-Id: Ib26c2977182e61dc25eb2beb9670bc5268757fad
-
Adrien Béraud authored
Change-Id: I932f58c87bd8324bf79d7a88310bf6365b63b2f3
-
If a new stream is requested, and the client-qt does not specifically states that it should be not mute, then accept muted media. GitLab: #770 Change-Id: I1d9d6bdddfb40216d1750d4246e63745773033a6
-
- Oct 17, 2022
-
-
FMT_COMPILE is needed Change-Id: Ic7f7948d2816dc0017f9b780046e4ce9f31b4c9c
-
Change-Id: If37b12f2d5588c087aaef639568cd9cd2015f136
-
Sébastien Blin authored
shutdownSIPConnection must not be called in pjsip callback (can be called in shutdownSIPConnection) GitLab: #775 Change-Id: I4d05d38e863c0f2b1f4e72d2fc827d17ca4bad8b
-
- Oct 15, 2022
-
-
Adrien Béraud authored
Change-Id: I7c22af5885e6e0386f4723d68bfee727faf8d068
-
Adrien Béraud authored
Change-Id: Iada47d9ac1fadb7717a171eb4e4e4d332fa83096
-
- Oct 12, 2022
-
-
Io Daza-Dillon authored
Change-Id: I3a444c818210fbdb3c5873fea63fc75af5101b44
-
- Oct 11, 2022
-
-
Sébastien Blin authored
So that everybody in the conference can know who is recording Change-Id: Ibc2d670560c086e2fd1925cab6bb5ea12f563a73 GitLab: #699
-
- Oct 08, 2022
-
-
Olivier Dion authored
Although not harmful, the race conditions could make Jami hang for many seconds when closing the library. Change-Id: I88186adbcde309671de6502a22e52ab440f61f4b
-
- Oct 07, 2022
-
-
Adrien Béraud authored
Change-Id: I5493a8fd395edb0219b15d83717f1d1f371d571c
-
Adrien Béraud authored
Change-Id: I8c3ef6c6aee6b326bf917d3bcb8fc53857072cc3
-
Adrien Béraud authored
Change-Id: Ia1d00fcb5f043f06f8ad93c391083b2c38e35aea
-
Exit hooks are only called when in a REPL. Thus, provide the user with bindings for initialization and finalization of the daemon. The syntax `with-jami' can be used to ensure that finalization happens if initialization succeed. Change-Id: I2f84a76844866a1de06300cde26618c8576045e5
-
Change-Id: Ieaa87654df3eebf6f2b0e74e45e69df80f6cfab0
-
- Oct 06, 2022
-
-
Adrien Béraud authored
Change-Id: If0e90df14266533e5ff38d58cb4dd34876dbce32
-
Sébastien Blin authored
This store user's preferences per conversation into conversation_data/<convId>/preferences In this way, the daemon is able to sync this file across devices and remove preferences at the same time we remove the conversation. For now, only support "color" and "ignoreNotifications" The preferences are synced via partial SyncMsg sent across devices. Change-Id: I8fe74cc06733ad61d45d721e0264b1941d4cf122
-
Sébastien Blin authored
Change-Id: Iac15b1cbefadb2b438029f53608542ba577e28af
-
Aline Gondim Santos authored
To properly get the time_base and framerate in the plugins, we need to set the frame properties when decoding. GitLab: jami-plugins#23 Change-Id: I69a2235c46b13a15414c4d01821cc1eba5b73987
-