Commit graph

250 commits

Author SHA1 Message Date
François Grisez
558659155c Reformat the LinphoneCallStats structure 2017-01-20 11:20:10 +01:00
François Grisez
7208bb9a86 Use an enum instead of an integer for the "type" attribute of LinphoneCallStats 2017-01-20 11:20:10 +01:00
Ghislain MARY
a3b52d99ca Fix Python module. 2017-01-19 17:20:09 +01:00
Benjamin Reis
c5bce292df Merge branch 'master' of git.linphone.org:linphone 2017-01-17 17:14:46 +01:00
Benjamin Reis
f3b94ce8c0 vcard validation only if friends stored 2017-01-17 17:14:37 +01:00
Ronan Abhamon
c0048ed884 add doc on linphone_core_set_chat_database_path 2017-01-16 16:30:12 +01:00
Ghislain MARY
562bf46ffc Improve documentation of linphone_core_pause_call(), linphone_core_resume_call() and linphone_core_update_call(). 2017-01-16 12:23:19 +01:00
François Grisez
228e4a2f21 Add a getter to LinphoneVcard in order to access to the internal BelCard object 2017-01-16 09:29:21 +01:00
Simon Morlat
656ff43b13 fix most common warnings 2017-01-14 14:13:26 +01:00
Simon Morlat
5805d4b106 fix automake build 2017-01-14 13:52:52 +01:00
François Grisez
8419375aee Make LiphoneConfig inherite from belle_sip_object 2017-01-13 16:02:20 +01:00
François Grisez
6160b6dbe1 Merge branch 'master' of git.linphone.org:linphone 2017-01-13 14:43:54 +01:00
François Grisez
28f5012238 Fix several issue in the API documentation 2017-01-13 14:41:24 +01:00
François Grisez
3e037f26a0 Add a header file declaring functions exclusive for automatic wrapper generators 2017-01-13 14:08:46 +01:00
François Grisez
16c2d33d98 Define downcast macro for LinphoneAuthInfo 2017-01-12 18:24:42 +01:00
François Grisez
c9347c7312 Mark some functions as deprecated 2017-01-12 17:54:08 +01:00
François Grisez
19950099c0 Rename LpConfig class into LinphoneConfig 2017-01-12 17:52:49 +01:00
François Grisez
85b5ca097a Reworking of Liblinphone API
* Introduction of LinphoneFactory singleton class to create
  core-independent object like LinphoneAddress or LinphoneVcard.
* Make several C structures inherite from belle_sip_object_t class:
	* LinphoneCore
	* LinphoneVcard
	* LinphoneAuthInfo
* Creation of the LinphoneCoreCbs class that enable to store the
  callbacks used by LinphoneCore.
2017-01-12 17:47:01 +01:00
Sylvain Berfini
63cc85751c Fixed an issue with LIME and Preferred policy + added tests 2017-01-12 16:40:22 +01:00
Ghislain MARY
9fa30c5c20 Handle error cases in IMDN notifications. 2017-01-09 16:55:16 +01:00
Ghislain MARY
e34327f58f Handle IM notification policy. 2017-01-03 14:56:56 +01:00
Ghislain MARY
6e37c97cb5 Add the LinphoneImNotifPolicy object to configure whether to display/send IM notifications (is_composing, message delivered, message displayed). 2017-01-03 14:56:17 +01:00
Ghislain MARY
410f5b9e1c Revert message callbacks moved to LinphoneChatRoom instead of LinphoneChatMessage. 2017-01-03 14:56:17 +01:00
Ghislain MARY
9867c2fee7 Send and receive imdn. 2017-01-03 14:56:17 +01:00
Ghislain MARY
217d34a16a Some documentation fixes. 2016-12-20 17:48:51 +01:00
Ghislain MARY
4fa7cf664c Add some new header files. 2016-12-20 17:37:27 +01:00
Ghislain MARY
82b8f3cdd7 Introduce the call.h header file. 2016-12-20 16:18:08 +01:00
Ghislain MARY
b7b409e089 Put error info code in its own files. 2016-12-20 15:31:39 +01:00
Ghislain MARY
66887a5200 Move some documentation from the source code to the headers. 2016-12-20 12:05:42 +01:00
François Grisez
19a36dd4fc Fix the documentation of linphone_core_interate() 2016-12-19 14:16:27 +01:00
François Grisez
64c7e55c1f Move some documentations from source files to headers 2016-12-19 14:15:45 +01:00
Ghislain MARY
563bb427b0 Fix IM encryption engine for automatic wrapper generation. 2016-12-19 11:56:37 +01:00
Simon Morlat
77b3564a43 fix bad function declaration. Flags can't be enums. 2016-12-09 16:55:00 +01:00
Simon Morlat
a725640319 don't include belle-sip.h from linphone/core.h 2016-12-04 18:37:10 +01:00
Simon Morlat
af1c1eaaf8 fix make distkcheck 2016-12-04 15:51:12 +01:00
Sylvain Berfini
1f17bcc63d Fixed Android compilation 2016-12-01 11:24:17 +01:00
Sylvain Berfini
9a26b72164 Merge remote-tracking branch 'private/dev_im_encryption_engine' 2016-12-01 11:12:10 +01:00
Ghislain MARY
26aa71233c Build linphone-daemon on Windows. 2016-11-28 17:30:25 +01:00
Ghislain MARY
a44a98d6dd Fix make distcheck. 2016-11-16 14:20:01 +01:00
Ghislain MARY
b9749a98a1 Fixes for build with autotools. 2016-11-16 10:12:10 +01:00
Ghislain MARY
07f8f0ac8e ringtoneplayer.h needs to be public. 2016-11-15 15:56:57 +01:00
Ghislain MARY
33b72ce6b5 Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
Sylvain Berfini
b45e6dcc8d Added remove custom header method for chat message + test 2016-11-14 11:39:10 +01:00
Ghislain MARY
cadf505786 Add specific callback to perform action (in this case re-INVITE) on cancel response. 2016-10-24 14:27:45 +02:00
Ghislain MARY
21c32fb781 Fix missing symbol exports for Windows build. 2016-10-20 14:31:33 +02:00
Ghislain MARY
871984b4ee Merge branch 'dev_rat' 2016-10-19 10:29:27 +02:00
Simon Morlat
a5a65227b3 Repair multicast when ipv6 is enabled. 2016-10-18 23:10:21 +02:00
Ghislain MARY
e50961a8ff Merge branch 'master' into dev_rat 2016-10-18 11:06:03 +02:00
Simon Morlat
3dcb23ac8d fix potential memory leak of stun server resolver context 2016-10-14 14:21:21 +02:00
Ghislain MARY
d5d0f39517 Implement section 5.5 of RFC 6141, recover from UAC connection loss during re-INVITE. 2016-10-13 14:52:09 +02:00