Sylvain Berfini
|
8f186adebb
|
Fix compilation for WP
|
2013-09-09 11:58:39 +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
|
440fabd247
|
Fix for chat message importing
|
2013-08-19 11:15:36 +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 |
|
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 |
|
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 |
|
Simon Morlat
|
2391436cd2
|
add option to allow to set contact in MESSAGE requests (specific for a SIP server)
|
2013-05-23 14:37:52 +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 |
|
Simon Morlat
|
00c3f621ce
|
add custom header test
fix memory leaks
fix invalid reads
|
2013-05-07 16:01:47 +02:00 |
|
Simon Morlat
|
641ba75313
|
refine transport selection algorithm and set proper routes for all kind of operations: INVITE, MESSAGE, SUBSCRIBE.
|
2013-03-28 21:57:50 +01:00 |
|
Margaux Clerc
|
a4cc7689c6
|
add number of unread messages
|
2013-03-20 12:36:12 +01:00 |
|
Simon Morlat
|
42ab420ce6
|
clean message storage API
relax requirement for sqlite3
|
2013-03-09 10:37:29 +01:00 |
|
Margaux Clerc
|
33e6655152
|
history chat delete
update README for macos
|
2013-03-07 16:13:15 +01:00 |
|
Margaux Clerc
|
c62f68350d
|
add message storage
|
2013-03-07 12:19:28 +01:00 |
|
Simon Morlat
|
21c40caaa3
|
custom header api in progress
improve documentation and cleanups.
|
2013-02-07 11:43:09 +01:00 |
|
Simon Morlat
|
990cbb596d
|
- fix text_received() callback so that it can work without date header.
- add api to add custom header (work in progress)
- add accessors to call logs and hide the structure into private.h
|
2013-02-06 22:29:13 +01:00 |
|
Margaux Clerc
|
1f089fd82f
|
Add time in LinphoneChatMessage and SalMessage
|
2013-01-30 15:48:49 +01:00 |
|
Margaux Clerc
|
212e987db9
|
Merge remote-tracking branch 'origin/master' into dev_gtk_new_ui
Conflicts:
gtk/incall_view.c
gtk/main.ui
|
2012-10-18 15:32:21 +02:00 |
|
Margaux Clerc
|
389a9bcfd3
|
work in progress: chat, new ui blabla
|
2012-10-18 15:03:14 +02:00 |
|
Jehan Monnier
|
aa49870d71
|
remove op from chatroom
|
2012-10-16 15:15:24 +02:00 |
|
Simon Morlat
|
36be073987
|
add linphonerc setting to disable sending of text chats through existing call dialogs if any.
|
2012-10-15 23:47:54 +02:00 |
|
Jehan Monnier
|
8004607607
|
add support of external-body for SIP message
|
2012-09-13 17:43:33 +02:00 |
|
Sylvain Berfini
|
d74083cfaa
|
GetPeerAdress added to LinphoneChatMessage
|
2012-09-12 16:56:12 +02:00 |
|
Sylvain Berfini
|
328c83b51c
|
GetMessage method for linphoneChatMessage
|
2012-09-12 16:45:59 +02:00 |
|
Sylvain Berfini
|
76c56b7eb7
|
callback notif text delivered JNI
|
2012-09-12 16:35:30 +02:00 |
|
Simon Morlat
|
f815b0d5aa
|
remove adherence from Sal to liblinphone, improve notification of failed messageso
|
2012-09-07 13:04:27 +02:00 |
|
Jehan Monnier
|
f28e7960a1
|
add sip message delivery notification
|
2012-08-29 18:16:38 +02:00 |
|
Simon Morlat
|
be455bfcae
|
don't try to send text through not yet established dialogs
|
2012-03-30 15:45:27 +02:00 |
|
Jehan Monnier
|
b6c3f44dd9
|
add messaging documentation
|
2010-10-15 17:54:11 +02:00 |
|
Simon Morlat
|
d975effd31
|
bugfix and improvements in chat support
|
2010-10-14 19:24:15 +02:00 |
|
Simon Morlat
|
cfe0c35083
|
merge patch allowing overriding of display
|
2010-10-06 14:51:55 +02:00 |
|
Simon Morlat
|
e7918babef
|
merge multicall patch from Aurelien
|
2010-04-29 11:54:18 +02:00 |
|
Simon Morlat
|
6885ebf0ec
|
support for in call MESSAGEs
refer improvements.
|
2010-04-01 11:41:13 +02:00 |
|
Simon Morlat
|
308b63c9ce
|
add new api "linphone_core_interpret_url"
|
2010-03-16 12:35:40 +01:00 |
|
Simon Morlat
|
fdd99cd205
|
sal in progress, near to code complete.
|
2010-02-05 18:42:34 +01:00 |
|
Simon Morlat
|
999d216d7c
|
purge out p2pproxy
|
2010-01-20 15:44:30 +01:00 |
|