Commit graph

345 commits

Author SHA1 Message Date
Simon Morlat
fed415507f enhance event API to be notified of publish states.
lp-gen-wrappers is in progress
2013-09-17 14:03:52 +02:00
Jehan Monnier
d5bd17079f add LC_SIP_TRANSPORT_RANDOM value to better enable random sip port 2013-09-04 11:11:47 +02:00
Simon Morlat
bd95305d7f add reference counting to LinphoneAddress and SalAddress 2013-08-27 21:06:49 +02:00
Jehan Monnier
42654a327c add LinphoneReasonUnauthorized 2013-08-21 11:29:32 +02:00
Sylvain Berfini
34f405894c Added JNI binding to get message storage id + added possibility to limit the number of messages to fetch 2013-08-20 12:12:39 +02:00
Sylvain Berfini
90b6aa36f2 Added some methods to allow to create a chat message completely and to store a chat message in database + JNI bindings for these methods 2013-08-14 16:48:46 +02:00
Simon Morlat
86ade2174c add two new methods to access pointers to transferer call and transfer target call. 2013-08-14 15:33:36 +02:00
Sylvain Berfini
b3c08e5d7e Added method to update message's url field in database in case of changes 2013-08-14 11:17:30 +02:00
Sylvain Berfini
88a0da21c1 Added storage_id field to LinphoneChatMessage struct + method to delete a single message in message_storage API + JNI glue for this method 2013-08-13 15:08:20 +02:00
Ghislain MARY
cb7d8ff931 Change API to access sent and received video size via call parameters. 2013-08-12 15:45:07 +02:00
Sylvain Berfini
55b640b0d7 Added a method that returns the existing chatroom if possible instead of always creating a new one + added JNI binding for this method 2013-08-12 11:20:44 +02:00
Sylvain Berfini
1ccf89e4fb Init chatrooms at storage startup using sotred conversations + JNI glue to get chatrooms list 2013-08-09 17:06:39 +02:00
Sylvain Berfini
952adab4f8 Added more JNI bindings for ChatMessages + few fixes in messaeg_storage (some properties weren't set when read from database) 2013-08-09 11:04:50 +02:00
Yann Diorcet
83948bb03c Merge branch '3.6.x' 2013-08-08 11:38:10 +02:00
Yann Diorcet
c212173648 Upnp: add blacklisted state 2013-08-08 11:36:49 +02:00
Simon Morlat
b2d873fab8 add linphone_core_stop_ringing() to public API. 2013-07-27 15:48:36 +02:00
Simon Morlat
23ce819401 fix constness of LinphoneCall * returned by linphone_core_find_call_by_uri().
There is no reason to return a const pointer, there's nothing you can do with a const LinphoneCall* in liblinphone.
2013-07-27 01:07:00 +02:00
Jehan Monnier
d9fd0d5634 Merge remote-tracking branch 'public/master' into belle-sip
Conflicts:
	coreapi/linphonecore.c
	coreapi/linphonecore.h
2013-07-25 22:11:23 +02:00
Jehan Monnier
7c27400203 fix typo in dnd reason 2013-07-23 21:18:28 +02:00
Jehan Monnier
3051c9bdad add LinphoneReasonDoNotDisturb 2013-07-23 21:10:14 +02:00
Yann Diorcet
ca5128238b Fix const-correctness in linphone_core_find_call_from_uri 2013-07-11 11:50:47 +02:00
Ghislain MARY
226657f358 Add API to get the sizes of the sent and received video streams of a call. 2013-07-09 11:58:18 +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
Simon Morlat
ed655060c8 few privacy cleanups 2013-06-18 16:33:59 +02:00
Simon Morlat
40071c3388 re-enable tutorials
fix bugs in events
add tutorial for subscribe/notify
2013-06-18 16:18:45 +02:00
Simon Morlat
41fb121533 fix function name.
fix indentation problems and doc
2013-06-18 12:25:55 +02:00
Jehan Monnier
500d97e548 add privacy settings at proxy level 2013-06-13 08:35:49 +02:00
Jehan Monnier
cebe1f1055 start privacy impelmentation 2013-06-11 09:14:28 +02:00
Jehan Monnier
edadbeb040 Merge branch 'belle-sip' of ssh://git.linphone.org/linphone-private into belle-sip 2013-06-10 17:40:00 +02:00
Jehan Monnier
b7a487bef4 add privacy support 2013-06-10 17:39:53 +02:00
Ghislain MARY
f9c30db491 Add missing exports. 2013-06-10 15:30:58 +02:00
Simon Morlat
5183b21761 change info api so that INFO message can only be sent through calls (as requested by the RFC) 2013-06-06 21:01:53 +02:00
Ghislain MARY
c1c4ff6e0a Add missing exports. 2013-06-06 15:32:22 +02:00
Ghislain MARY
e47d66aaa8 Merge branch 'master' of git.linphone.org:linphone into belle-sip 2013-06-06 15:31:15 +02:00
Ghislain MARY
f2738da8d9 Add linphone_core_get_camera_sensor_rotation(). 2013-06-06 15:30:24 +02:00
Ghislain MARY
75f41e680a Add linphone_core_get_camera_sensor_rotation(). 2013-06-06 15:30:24 +02:00
Simon Morlat
36e445f97f generic subscribe notify api in progress 2013-06-06 11:01:54 +02:00
Simon Morlat
1939dd72ce finished java wrapping of info API, and add loghandler java implementation 2013-05-23 13:22:20 +02:00
Ghislain MARY
a3a0aac3bf Add some more missing exports. 2013-05-22 09:50:17 +02:00
Ghislain MARY
61d82cce42 Add missing exports. 2013-05-21 17:50:33 +02:00
Simon Morlat
a08b50bd69 info api working 2013-05-20 11:06:06 +02:00
Simon Morlat
bb0f07f6a0 add info api
refactor selection of proxy, identity, configurations of op
fix bug when automatically restarting a call after a 415 due to srtp
2013-05-16 16:30:38 +02:00
Yann Diorcet
660a6948d8 Remove useless arguement in linphone_core_upnp_available 2013-05-15 22:28:23 +02:00
Yann Diorcet
02b7c282a1 Remove useless arguement in linphone_core_upnp_available 2013-05-13 15:12:14 +02:00
Yann Diorcet
ac0afacabd Remove useless arguement in linphone_core_upnp_available 2013-05-13 15:12:14 +02:00
Ghislain MARY
21147b0c44 Add missing export. 2013-04-24 14:08:56 +02:00
Sylvain Berfini
239a7881c2 Added missing ekports 2013-04-19 11:42:20 +02:00
Sylvain Berfini
8b571c2edf Added missing export 2013-04-18 10:57:09 +02:00
Sylvain Berfini
da89be1d12 Added missing LINPHONE_EXPORTS 2013-04-17 14:41:27 +02:00