Commit graph

50 commits

Author SHA1 Message Date
Ghislain MARY
7cfbbda323 Fix Python module automatic wrapper generation. 2016-03-09 12:13:41 +01:00
Sylvain Berfini
6e38ee18d5 Merge branch 'master' into dev_vcard
Conflicts:
	coreapi/linphonecore.c
	tester/presence_tester.c
2016-02-03 17:16:33 +01:00
Jehan Monnier
d678615e26 make sure LinphoneFriend created on core always have core back pointer set 2016-02-03 15:49:34 +01:00
Sylvain Berfini
0676eaf4f1 Removed deprecated methods from vcard tester + updated import/export vCard API 2016-02-03 14:37:34 +01:00
Sylvain Berfini
2e62153e1f Also deprecated linphone_core_add_friend and linphone_core_remove_friend 2016-02-02 15:40:09 +01:00
Sylvain Berfini
32ac62bb23 Deprecated linphone_core_get_friends 2016-02-02 15:38:52 +01:00
Sylvain Berfini
5fe2c68b44 Added method to import friends from buffer instead of file 2016-02-01 15:41:22 +01:00
Sylvain Berfini
03ca760d43 Added md5 check between edit and done on friends + fix all leaks related to friends or friendslists found by tester 2016-01-14 17:30:10 +01:00
Sylvain Berfini
a0076b7d66 Merge remote-tracking branch 'origin/master' into dev_vcard
Conflicts:
	coreapi/friend.c
	coreapi/private.h
2015-12-18 16:48:09 +01:00
Sylvain Berfini
56db674e38 Started linphone friends database storage 2015-12-17 16:44:55 +01:00
Sylvain Berfini
47e0b04725 Added export functions for contacts as vCards + added documentation for vCard API 2015-12-14 17:43:20 +01:00
Sylvain Berfini
3782799e02 Added option in gtk ui to import contact(s) from vcard file 2015-12-14 16:10:01 +01:00
Sylvain Berfini
6703bd2079 Started to integrate vcards with gtk ui 2015-12-14 11:30:17 +01:00
Sylvain Berfini
528fc0a026 Started vcard interface for belcard 2015-12-14 11:30:09 +01:00
Ghislain MARY
fccaa5e36e Handle versioning of presence list notifications + store information that we have received presence information for a friend. 2015-11-30 11:39:21 +01:00
Ghislain MARY
97f28a65ca Basic parsing of presence list notify. 2015-11-27 11:44:16 +01:00
Margaux Clerc
a2561ca88c Add ref counting on LinphoneFriend 2015-04-14 17:04:48 +02:00
Gautier Pelloux-Prayer
9e6fa8ceb6 Doxygen: replace invalid @returns with @return 2015-01-09 11:42:05 +01:00
Ghislain MARY
067c8a9527 For functions returning or taking an MSList as an argument, specify what the MSList contains in the documentation. 2014-08-14 14:44:59 +02:00
Ghislain MARY
ed6499b896 Fix compilation warnings: "function declaration isn’t a prototype". 2014-07-07 11:29:23 +02:00
Simon Morlat
87d4f5f895 imlement java synchronization of LinphoneFriend with LinphoneCore 2014-01-22 16:49:15 +01:00
Simon Morlat
b47a179309 add linphone_core_find_friend() 2013-10-31 17:34:58 +01:00
Ghislain MARY
7a07ad2446 Add some documentation. 2013-10-09 17:10:04 +02:00
Ghislain MARY
41d60df070 Normalize event callbacks names. 2013-10-09 14:13:11 +02:00
Ghislain MARY
2f6854ca8a Add documentation for enums that were not documented. 2013-10-09 10:44:09 +02:00
Ghislain MARY
933513b776 Add some documentation. 2013-10-08 17:48:09 +02:00
Ghislain MARY
adb3413ca5 Remove useless @brief tags in the documentation. 2013-10-08 15:55:03 +02:00
Ghislain MARY
10734524fe Add factory functions to create common linphone objects. 2013-10-08 14:28:16 +02:00
Ghislain MARY
b3a6fd3619 Fix wrong documentation. 2013-09-19 15:57:00 +02:00
Ghislain MARY
20dfd43aac More coherent friend API. 2013-09-19 11:15:29 +02:00
Ghislain MARY
f754eae25f Some cleaning. 2013-09-16 11:48:19 +02:00
Ghislain MARY
cb1b69f2eb Add linphone_friend_get_name(). 2013-09-16 09:25:31 +02:00
Ghislain MARY
ede5ab7c70 Remove duplicate definition. 2013-09-13 17:15:30 +02:00
Simon Morlat
bbedbf7652 update ms2 2013-09-13 16:48:50 +02:00
Ghislain MARY
a147f07905 Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-07-02 17:46:02 +02:00
Ghislain MARY
47e06165fe Add missing exports. 2013-07-01 16:51:03 +02:00
Ghislain MARY
2d862f98ba Remove useless minutes_away and contact parameters to the linphone_core_set_presence_model() function. 2013-06-25 10:52:08 +02:00
Ghislain MARY
ee35e8e413 Remove linphone_friend_set_presence_model() and make linphone_friend_get_presence_model() return a const pointer because the user should not be able to change his friends' presence. 2013-06-25 09:58:20 +02:00
Ghislain MARY
04f3c8af73 Fix typos. 2013-06-24 12:55:49 +02:00
Ghislain MARY
a4340fc442 Update documentation about presence. 2013-06-19 17:22:26 +02:00
Ghislain MARY
8c9c96218a Use presence model to notify presence.
Use libxml2 to generate XML content.
2013-06-19 17:22:26 +02:00
Ghislain MARY
220c471369 Use xml parser to get presence status. 2013-06-19 17:22:26 +02:00
Simon Morlat
e5f1ae5773 add patch for vacation status 2013-06-12 22:19:26 +02:00
Sylvain Berfini
da89be1d12 Added missing LINPHONE_EXPORTS 2013-04-17 14:41:27 +02:00
Yann Diorcet
0f9f315cbb Merge branch 'master' into belle-sip 2013-04-02 15:24:55 +02:00
Margaux Clerc
ccd8bbb69c menu in call log view with call, chat and add contact 2013-03-27 09:23:40 +01:00
Margaux Clerc
8aea715e6f menu in call log view with call, chat and add contact 2013-03-27 09:23:40 +01:00
Sylvain Berfini
ed4ef8a76c Added project for tester + more linphonecore exports 2013-02-28 16:27:20 +01:00
Jehan Monnier
f92683df3d fix for fried api dicumentation 2010-10-15 14:50:51 +02:00
Jehan Monnier
1a4af622b4 put friend api info linphonefriend.h 2010-10-14 21:43:07 +02:00