Commit graph

3632 commits

Author SHA1 Message Date
Sylvain Berfini
add00537ef Test add/remove friends from core in tester + fix test with new CardDAV server 2016-01-12 10:10:03 +01:00
Sylvain Berfini
855f9a9b39 Fixed typo when asking server for vCard version 4 (was working with sabre/dav v3.0.5 but I guess it was a bug and it seems it was fixed in v3.0.6) 2016-01-11 16:48:26 +01:00
Sylvain Berfini
90ddebf9db Fixed warning when importing vcard with name but no sip uri 2016-01-11 16:11:55 +01:00
Sylvain Berfini
cd6409da3f Fix last found by liblinphone_tester in carddav part 2016-01-11 12:10:11 +01:00
Sylvain Berfini
379ac0e21e Fixed a leak of LinphoneAddress and replaced some linphone_address_destroy by linphone_address_unref 2016-01-11 11:46:44 +01:00
Sylvain Berfini
2a85a54f32 Merge branch 'master' into dev_vcard
Conflicts:
	coreapi/Makefile.am
2016-01-11 11:10:11 +01:00
Sylvain Berfini
7afa6b6f59 Added test for vcard update + added code to download complete vcard if put doesn't return an eTag 2016-01-11 11:08:26 +01:00
Ghislain MARY
d52b445814 Fix automatic wrapper generation for conference. 2016-01-11 10:43:07 +01:00
Sylvain Berfini
13928df051 Do not set a body for the DELETE CardDAV method 2016-01-08 18:05:00 +01:00
Sylvain Berfini
3bc3b24e10 Set vCard URL and eTag when new one downloaded 2016-01-08 17:45:50 +01:00
François Grisez
872fe00eda Fixes crash when starting a call at the first time 2016-01-08 17:29:18 +01:00
Brieuc Viel
4836f295b2 Fixes bad cast in JNI 2016-01-08 17:08:37 +01:00
Sylvain Berfini
e648843890 PUT/DELETE queries added to CardDAV (update not tested yet) 2016-01-08 17:08:20 +01:00
Brieuc Viel
82eb6bac0d Fixes typo and bad cast in JNI 2016-01-08 15:49:44 +01:00
François Grisez
f838206f69 Save a copy of the list of participants in linphone_conference_get_participants() 2016-01-08 14:09:20 +01:00
François Grisez
b118f3584a Several fixes of JNI code of LinphoneConferenceImpl
* Bad declaration of native implementations
* Memory leak in getParticipants()
* Bad constructor signature
2016-01-08 14:09:20 +01:00
Gautier Pelloux-Prayer
3739d2c866 account creator: detect invalid domain by changing linphone_address_set_* methods to return -1 in case of error 2016-01-08 11:43:15 +01:00
Sylvain Berfini
c72496a7e6 Fix autotools compilation 2016-01-08 11:34:45 +01:00
Simon Morlat
1e5711f257 revert my change about -lstdc++ 2016-01-08 11:22:39 +01:00
Sylvain Berfini
28c8807ba5 Merge branch 'master' into dev_vcard 2016-01-08 11:14:58 +01:00
Sylvain Berfini
bcf55b64b5 Fix extern C issue 2016-01-08 11:14:41 +01:00
Sylvain Berfini
44e18649ac Merge branch 'master' into dev_vcard
Conflicts:
	build/android/Android.mk
	coreapi/CMakeLists.txt
	coreapi/Makefile.am
	coreapi/friend.c
	coreapi/linphonecore.c
	coreapi/linphonecore.h
2016-01-08 10:37:54 +01:00
François Grisez
dab5cc724d Fixes JNI crashes around LinphoneConference.getParticipants() 2016-01-08 10:12:02 +01:00
Simon Morlat
804fd8a0fc repair automake build 2016-01-07 20:35:29 +01:00
Sylvain Berfini
4561b0ce8c Fixed a leak 2016-01-07 17:04:29 +01:00
Sylvain Berfini
5ff8d1232f Fixed carddav tests 2016-01-07 16:36:52 +01:00
Brieuc Viel
c20dea4b94 Fix JNI crash about LinphoneCall.getCoference() 2016-01-07 16:26:33 +01:00
Sylvain Berfini
873493b628 More work on CardDAV sync: store etag and url for each vcard in db, call the correct callbacks and improved tester using stats 2016-01-07 15:44:59 +01:00
Sylvain Berfini
6fc86237ac Improve xml parsing of carddav responses 2016-01-07 14:24:40 +01:00
Sylvain Berfini
b5300c180c Parse results for PROPFIND and REPORT requests 2016-01-07 13:04:43 +01:00
François Grisez
c253cb7b77 Fix double definition of LinphoneConference type 2016-01-07 12:09:48 +01:00
Jehan Monnier
1fc31123b8 add lp-auto-answer to make build’s scripts 2016-01-07 11:16:25 +01:00
François Grisez
41545fadbd Fixes conflicts between François and Ghislain's "internal" parameter of vtables 2016-01-07 10:57:32 +01:00
François Grisez
38dfb9ab6f Merge branch 'dev_conference_rfc4579' 2016-01-07 10:13:04 +01:00
Simon Morlat
60708a53ab repair message storage 2016-01-06 17:40:36 +01:00
François Grisez
fe6d7528f4 Makes Linphone ignore REFER requests with BYE method set 2016-01-06 16:36:04 +01:00
Simon Morlat
c82307a747 fix rtpsession leak (for RTT streams) 2016-01-06 16:33:19 +01:00
Gautier Pelloux-Prayer
218db02a1a submodules: update ms2 to fix music pause on iOS 2016-01-06 15:12:09 +01:00
François Grisez
dc62411463 Fix JNI of getConference() methods of LinphoneCore and LinphoneCall 2016-01-06 15:03:53 +01:00
Simon Morlat
49ad4b81c6 fix crash 2016-01-06 14:43:39 +01:00
François Grisez
95c893dcc1 Wrap LinphoneConference class into Java 2016-01-06 14:30:13 +01:00
Ghislain MARY
83ad9553d8 Do not try to open NULL filepath (causes crash on Windows). 2016-01-06 11:59:47 +01:00
Simon Morlat
321c1d7fd9 fix make dist and null pointer when rtt is disabled 2016-01-06 10:51:32 +01:00
François Grisez
d7e761b09e Send REFER with BYE in dialog 2016-01-06 10:07:40 +01:00
François Grisez
a49cd7566c Add a setter/getter for the method param to LinphoneAddress 2016-01-06 10:03:14 +01:00
Simon Morlat
590f80a463 fix build and bad declaration. 2016-01-05 21:25:14 +01:00
Simon Morlat
e4d97e2a51 add release methods for friends and friend list, so that the core can properly shutdown without leaving references. 2016-01-05 21:15:02 +01:00
Sylvain Berfini
a8e6cc908f More work on CardDAV sync: doing propfind and addressbook-query requests 2016-01-05 16:31:20 +01:00
Ghislain MARY
7251c06e57 Fix build on Windows. 2016-01-05 11:33:24 +01:00
Gautier Pelloux-Prayer
f903eeb0df ringtoneplayer.c: use include, not import 2016-01-05 11:21:55 +01:00