- Mar 15, 2023
-
-
GitLab: jami-client-gnome#1284 Change-Id: I8537c680b23299c1a67d8edeccdfc92e4c11671
-
- Mar 14, 2023
-
-
Change-Id: I8e5d1cf75d1c15b806937dd0ead04e707129b1b9
-
Change-Id: Ib5ff688d4ad6127e97d15ddcdd28368a3eb5d5cc
-
Change-Id: I5283d3a0459e031baa7eb0b1d481333aa683c79b
-
- Mar 11, 2023
-
-
Adrien Béraud authored
avoids potential race condition Change-Id: Iacb2225b4eedcaefd82a16ae40fffd72e5bb9af3
-
Adrien Béraud authored
Change-Id: I17c4a8c2c36e06d8c4de49e7516b4cf3be9ebd1a
-
Adrien Béraud authored
The cmake module might not always be provided. Change-Id: Ie0561da113f31a3cdf0cdd669ed73cde76b51c8a
-
Adrien Béraud authored
Allows client to provide the push configuration at account creation. Change-Id: I32a9fc05ed6400eb696b7aaf8902c8d0fd423c47
-
- Mar 10, 2023
-
-
Adrien Béraud authored
Change-Id: Ieba48b17bdb9a3a5e70eb94d198cf6eee37a689b
-
- Mar 08, 2023
-
-
Sébastien Blin authored
After a connectivityChange() sometimes the TLS connection may fail with a connection timeout. In this case, re-sending the register without re-creating a transport will just use an unsuitable transport. So, if the registration counter is 0, use doRegister() instead of sendRegister() in order to reset the transports Change-Id: I7ce09d8377fb3eee354a54cca8d793a641db5532 GitLab: #1224
-
- Mar 06, 2023
-
-
Change-Id: I618d13bdc48f471d6d0309fd9419f5d05143fb1b
-
If we add the define, we must also build the file. Change-Id: Id336770ed7f7df02e26074b01aed25bad75f9288
-
Change-Id: I676b928b27c9ebf8cfc17433fc7313032891ebd4
-
Change-Id: Id3021572b24da5f5f338002315465976ca58c464
-
The previous writer was not working, the format was not recognized by most players. The new version uses ffmpeg APIs to produce working wav files (tested stereo s16 and mono f32). The API remains the same and it should be a drop-in replacement for existing code. Change-Id: I328e32427d94a44085ddb1567b5a1bbee5a6a8bc
-
Sébastien Blin authored
Change-Id: Id2383723443465590bd0f2a0045ee0d2c1e46b5c GitLab: #1224
-
- Mar 04, 2023
-
-
Else, sometimes the file is not correct and cause an invalid shasum Change-Id: Ia66bb715331589e1990f0fa7d6ac753187ed2bc1
-
Change-Id: I35d51deb450a265fd7541bad2735b8dd4ca465c5
-
- Mar 02, 2023
-
-
Sébastien Blin authored
There is no camera Change-Id: I1260c06cefc7d86c60ef3b24235c2be6f2aa0b48
-
Sébastien Blin authored
isEOF for a ofstream was always incorrect... So instead of this, re-use the old method and add sha3Sum to the profile channel so that we can garantee that the file transfer is complete. Change-Id: Id05be27db4197479348094126989a6a059e07a69
-
- Mar 01, 2023
-
-
Sébastien Blin authored
if isRunning() is called too soon, the pj_ice_strans_get_grp_lock will return a nullptr that can't be locked (and isRunning() will return false anyway). Change-Id: I4e6087d7831d4524e5302872ad079890755c9e84
-
There is no pkg-config style dependency detection for webrtc_ap on Windows. Change-Id: Ic94cacea21c7828925997cc7d96c573cd7fbecda
-
Sébastien Blin authored
The pointer may be invalidated or null, so instead, copy the address. Moreover, check if a connection reset occurs when a check is in progress (it wasn't handled, causing the connection to fails) Change-Id: I0ad533844c9a2ca3d2067fec5556fc275d10bab3 GitLab: #823
-
- Feb 28, 2023
-
-
Kateryna Kostiuk authored
Change-Id: I77ac99c455f4f903bb9c48b02eacdbedc5faf066
-
- Feb 24, 2023
-
-
Sébastien Blin authored
GitLab: #743 Change-Id: I5a0313f21aa2044bf9e20c96ed4f597cc9ca2859
-
Adrien Béraud authored
Change-Id: I3f8365b7d0631ba23bbd20ea5a8da4e847a1eec0
-
Adrien Béraud authored
Change-Id: I728827c5515095f355c000d4a9a76f0a1a6eb78b
-
Adrien Béraud authored
Change-Id: Ib565af26f01d08e994451a5bfb6413791e8037b3
-
Sébastien Blin authored
Before 1360c775 interface contains "default", not an empty string. This cause the UDP transport to not be-ing recycled and changing settings cause the SIP account to not be re-registered correctly. Also handle the case of empty interface, anyway it can be considered as default. GitLab: #826 Change-Id: I77068e44b7ea93463be2d8dec00b0da87a56370d
-
- Feb 23, 2023
-
-
In some cases, the local address was set as public address, causing the SDP to not contains the public address for the medias. GitLab: #823 Change-Id: Iad2673170c8f9ef46e8e30b15aa638a1a0dd6e6e
-
- Feb 22, 2023
-
-
Adrien Béraud authored
Change-Id: I79219023e5cc694424a68ed9e078d94988acb9b1
-
Adrien Béraud authored
Handle Apple Silicon arch Change-Id: I95878dca3588776d7ef4bf676841278cc7353876
-
Change-Id: I28c6dc67ee49dd2f8aaae8a5da39496a676501ce
-
Sébastien Blin authored
+ Forward the onFinished signal to jamiaccount to only mark a profile as sent once finished. + For incoming transfer, only send to upper layer if file is complete. Change-Id: If0160330c65720f235d0fabacaf124a4b52ec823
-
- Feb 20, 2023
-
-
Sébastien Blin authored
On the same model as conversation's preferences GitLab: #815 Change-Id: I15461d40c5d9e83e39ef5f83b6b663d9427615f8
-
Sébastien Blin authored
Change-Id: I5cd70f156b6c137b0fde174d8c742ca81564171f GitLab: #704
-
Sébastien Blin authored
Add preferences to original sync information sent and use it after a clone. GitLab: #814 Change-Id: I742ba8ff3ddf56d1f73658fffa0675ce481981e0
-
- Feb 15, 2023
-
-
Sébastien Blin authored
#704 Change-Id: I44a908e03e7a809e07e68906c0839fbc356e3346
-
On iOS, when the app is in the background, invitations are received and saved by the notifications extension. When Jami becomes active in the foreground, those invitations may not be visible. This patch reload invitations from the file when registering an account. jami-client-ios#250 Change-Id: I9ae3d8ec285c94081c5a6d1ceeb31f9058673dcf
-
Adrien Béraud authored
Change-Id: I05ae748bc572f3a7e28fd040fefe047a5fc4ca3d
-