Erwan Croze
fa40c4324b
Not setting dns automatically in core if an app has set it
2018-04-12 11:18:52 +02:00
Ghislain MARY
2f1d16a306
Use c-wrapper for the Core object.
2017-12-04 13:56:32 +01:00
Ghislain MARY
08a2180cbc
Fix reception of INFO messages.
2017-11-28 14:53:23 +01:00
Ghislain MARY
c115a448dd
Fix chat messages routing issues because of gruu addresses.
2017-11-24 15:26:35 +01:00
Sylvain Berfini
8a0b066960
Changes in transient messages in chat room, replaced by transient event logs
2017-11-24 10:44:20 +01:00
Ronan Abhamon
d41e2d5df5
fix(core): coding style, avoid spaces => use tabs instead, alignment...
2017-11-22 11:18:41 +01:00
Danmei Chen
eb0fa39f97
Add test for MD5 and SHA-256 in register_test. Tests SHA-256 are supported with flexisip
2017-11-21 17:10:02 +01:00
Ghislain MARY
7b3df0c474
Fix compilation warnings.
2017-11-21 10:37:45 +01:00
Ronan Abhamon
105e63f271
feat(core): provide a local address on chat room (the core is dead now)
2017-11-15 14:47:06 +01:00
Ghislain MARY
fbc239661b
Add API to get the remote contact of a SIP event.
2017-11-13 16:01:22 +01:00
Ronan Abhamon
223bd817a9
feat(core): break completely old message storage api impl
2017-11-02 12:03:16 +01:00
Ronan Abhamon
8523c03deb
fix(core): repair build
2017-10-27 15:24:20 +02:00
Erwan Croze
64e550f764
Merge fix for client group chat room
2017-10-27 13:44:42 +02:00
Ronan Abhamon
34b2882e38
feat(Core): use chat room api from new core
2017-10-26 10:09:39 +02:00
Benjamin Reis
317a50848a
move platform-helpers and paths
2017-10-19 14:52:52 +02:00
Simon Morlat
ef94fd5090
add helper class in java to access specific functions available only in Android SDK, such as retrieving DNS servers.
...
Refactor wifi lock, multicast lock so that they use this new class.
Manage the CPU lock required for call in the core, instead of app's LinphoneManager.
2017-10-19 11:06:35 +02:00
Benjamin Reis
38f8ef4485
connect cppCore with c_core and add received conference events in db
2017-10-18 11:18:52 +02:00
Sylvain Berfini
0c9100d573
Reworking of the EC calibrator API in order to be automatically wrapped
2017-10-17 17:25:29 +02:00
Ghislain MARY
3943712131
Some cleaning in chat room and chat message.
2017-10-13 11:21:11 +02:00
Ghislain MARY
b9c4d7dcdf
Handle participant removal in client group chat room.
2017-10-11 14:30:05 +02:00
Ghislain MARY
f871550888
Fix some bugs in group chat handling.
2017-10-10 12:09:19 +02:00
Ghislain MARY
47da8088e3
Improve handling of conference event package subscription/notification.
2017-10-09 16:40:36 +02:00
Ghislain MARY
24e4b233d9
Handle joining an existing group chat room when receiving a REFER inviting us to join.
2017-10-09 12:15:08 +02:00
Ghislain MARY
6beb962517
Move the new sal code in the src folder, respect the file naming conventions and add missing license headers.
2017-10-05 10:52:09 +02:00
Sylvain Berfini
2ff88e790c
Fixed some issues revealed by the Message tester
2017-10-03 12:59:46 +02:00
Ghislain MARY
7969616d43
Handle redirection in the CallSession class.
2017-10-02 16:56:53 +02:00
Ronan Abhamon
33d7a384af
feat(General): remove LINPHONE_NAMESPACE
2017-10-02 12:31:36 +02:00
François Grisez
86b626d3fe
Migration of Sal and SalOp into C++ classes
2017-09-29 17:19:52 +02:00
Ronan Abhamon
54d828c4d4
fix(core): declare correctly get_nowebcam_device when video is not enabled
2017-09-28 14:52:52 +02:00
Sylvain Berfini
21ddaf03d6
More work on chat_message.cpp
2017-09-27 16:11:45 +02:00
Ghislain MARY
b0b2309038
Prevent the params of the contact address from being erased.
2017-09-27 15:02:38 +02:00
Ghislain MARY
076e744dcd
Handle subject in INVITE + create body when creating the client group chat room.
2017-09-26 16:58:13 +02:00
Sylvain Berfini
78f4b39ab1
Finish cleaning of c-chat-message, still work to do in ChatMessage
2017-09-26 15:48:32 +02:00
Sylvain Berfini
0d0256698e
More work on C to CPP ChatMessage
2017-09-25 17:29:45 +02:00
Ghislain MARY
d0e4898633
Rename and document conference factory uri API.
2017-09-25 14:19:42 +02:00
Ronan Abhamon
437f43665e
feat(c-wrapper): now belle-sip types are declared in this file
2017-09-25 14:18:35 +02:00
Ghislain MARY
a38e222045
Separate client chat room instantiation and creation on the server when adding the first participants.
2017-09-22 11:21:12 +02:00
Ghislain MARY
53627f92e0
No longer depend on gettext + remove core callbacks that were deprecated since a very long time.
2017-09-21 18:30:08 +02:00
Ghislain MARY
770c8c8e15
Do not put private chat message stuff in the public headers.
2017-09-21 17:44:12 +02:00
Ghislain MARY
24c2a4cf87
Fix build of linphonec, linphone-daemon and testers.
2017-09-21 17:32:54 +02:00
Ghislain MARY
3c28b14440
Use the c-tools for the Call object.
2017-09-21 16:04:35 +02:00
Sylvain Berfini
d9d06fa32f
Fixed compil broken due to chat message changes
2017-09-21 13:13:53 +02:00
Ronan Abhamon
6b143b0cad
feat(EventLog): wrap (partially)
2017-09-20 17:31:00 +02:00
Sylvain Berfini
c0d1e3ec72
Started c wrapper for chat message callbacks
2017-09-20 14:00:22 +02:00
Ronan Abhamon
8ae87e2f3f
feat(Core): deal with more warning options!
2017-09-20 12:45:17 +02:00
Ghislain MARY
0a15a02ff0
Add callbacks to the LinphoneChatRoom object.
2017-09-18 11:52:35 +02:00
Ghislain MARY
f4f3b90c9e
Add C wrapper for Participant class.
2017-09-15 11:35:02 +02:00
Ghislain MARY
8e9bbb6899
Use c-tools for LinphoneChatRoom.
2017-09-14 16:12:22 +02:00
Ghislain MARY
d26f0f9e10
Convert linphone_call_abort() function to abort method of CallSession.
2017-09-08 15:32:07 +02:00
Ghislain MARY
7588a54016
Convert LinphoneCall to Call C++ class.
2017-09-08 14:15:08 +02:00