François Grisez
f75c58bbef
Fix install target when ENABLE_DOC is set to NO
2018-04-09 15:34:03 +02:00
Simon Morlat
d8cc062ce6
rework of fix b607a1 from master branch.
2018-04-09 14:25:37 +02:00
François Grisez
c522ec1162
Makes Doxygen do not generate man and latex documentations
...
Besides, that commit prevent the HTML documentation from being
generated when ENABLE_DOC is set to NO. Only the XML docmentation
would be generated in order to generate high-level languages wrappers.
2018-04-09 14:01:22 +02:00
Jehan Monnier
7f2bd78185
fix compilation issue
2018-04-09 12:04:25 +02:00
Simon Morlat
5217407b8f
Remove useless code
2018-04-09 11:57:42 +02:00
Ghislain MARY
4d17bb5f54
Allow addition of participant to a server group chat room using a REFER.
2018-04-06 15:25:28 +02:00
Ghislain MARY
5290d59d76
Various fixes regarding callbacks of chat rooms.
2018-04-05 17:09:15 +02:00
Erwan Croze
8ddd7ad309
Adding missing function for LinphoneLoggingCbs
2018-04-05 16:43:57 +02:00
Ghislain MARY
5fb8f9686a
Handle incoming INVITE from conference server to create ClientGroupChatRoom.
2018-04-05 15:00:11 +02:00
Ghislain MARY
d1a68a0e5c
Activate belle-sip logs.
2018-04-05 14:59:17 +02:00
Jehan Monnier
2686dca63a
Revert "Merge branch 'dev_content_cpp' into dev_refactor_cpp"
...
This reverts commit d7890dbe74 , reversing
changes made to e6158d8da5 .
2018-04-05 12:08:44 +02:00
Sylvain Berfini
3761d1a5d9
Fixed compil
2018-04-04 16:52:51 +02:00
Sylvain Berfini
d7890dbe74
Merge branch 'dev_content_cpp' into dev_refactor_cpp
2018-04-04 16:11:43 +02:00
François Grisez
facab07c40
Creates a new singleton object for logging features in the API of Liblinphone
...
(cherry picked from commit d61a62de91 )
2018-04-04 13:49:25 +02:00
Sylvain Berfini
f4d4423fb1
Merge branch 'dev_refactor_cpp' into dev_content_cpp
2018-04-04 13:06:53 +02:00
François Grisez
47415adf2a
Removes duplicate CMake command
2018-04-03 15:36:11 +02:00
Erwan Croze
4b2c1ef133
Init bctbx logger before create the core in factory
2018-04-03 14:37:03 +02:00
Simon Morlat
4dd2b64c0b
Fix reference model of LinphoneChatMessage and its listener.
2018-03-29 10:55:09 +02:00
Simon Morlat
04fffe5c90
attempt to fix a crash with LinphoneChatMessage (java) pointing to a null LinphoneChatMessage (C)
2018-03-29 10:46:56 +02:00
Sylvain Berfini
813ab614eb
Use Header class instead of pair<string, string> in Content + improved tester
2018-03-27 11:48:40 +02:00
Sylvain Berfini
22218cb188
Improved log + fixed external body url format
2018-03-26 16:07:26 +02:00
Sylvain Berfini
707d9b6a43
Merge branch 'dev_refactor_cpp' into dev_content_cpp
2018-03-23 11:53:43 +01:00
Sylvain Berfini
0dfd57b505
Clean code related to multiparts' Contents
2018-03-23 11:17:52 +01:00
Sylvain Berfini
8a30c727db
Improved parameter use in ContentType
2018-03-21 14:23:23 +01:00
Simon Morlat
cd65cb0e11
Fix invalid declaration of C function.
2018-03-21 11:50:14 +01:00
Simon Morlat
b0b908efce
Avoid detection of false leaks due to the address cache.
2018-03-21 10:57:06 +01:00
Sylvain Berfini
cf2b6ca2bf
Fixed content type parameters between SalBodyHandler and Content
2018-03-21 10:51:19 +01:00
Sylvain Berfini
fa37a0cd50
Merge branch 'dev_refactor_cpp' into dev_content_cpp
2018-03-19 17:58:53 +01:00
Sylvain Berfini
b248771be1
Removed content.c as it is not compiled anymore
2018-03-19 17:34:14 +01:00
Erwan Croze
29f9de93a3
Fix no break error in proxy.c
2018-03-19 17:15:16 +01:00
Sylvain Berfini
bca906e399
Merge branch 'dev_refactor_cpp' into dev_content_cpp
2018-03-19 17:01:05 +01:00
Jehan Monnier
5a985ca79d
update proxy config etag on status PublishOk. It allows PUBLISH to be consistent over network state changes, avoiding orphan tuples to remain server side.
2018-03-19 14:19:23 +01:00
Ghislain MARY
0cf7325c4b
Fix memory leak with proxy config routes.
2018-03-16 15:58:48 +01:00
Sylvain Berfini
eb6713b68d
Merge branch 'dev_multi_routes' into dev_refactor_cpp
2018-03-16 11:12:30 +01:00
Mickaël Turnel
a244da20ff
Add a TMMBR callback
2018-03-15 13:58:43 +01:00
Ghislain MARY
734453206d
Fix crash if user pointer of op is null in call failure callback.
2018-03-15 10:36:01 +01:00
Ghislain MARY
09025ed3c8
Add chat room callbacks to handle subscription to registration state of participants + add new group chat tester.
2018-03-14 18:18:39 +01:00
Jehan Monnier
e620b432b2
avoid invalid read if CallSessionPrivate is deleted within call to L_GET_PRIVATE(session)->failure();
2018-03-14 10:29:44 +01:00
Sylvain Berfini
9b0c21cc23
Fixed multi routes crash
2018-03-13 15:03:20 +01:00
Sylvain Berfini
b35df101ee
Started multi routes but currently crashes...
2018-03-09 17:42:22 +01:00
Ghislain MARY
b9eaf0a7e9
Prevent ChatRoom C++ objects from being leaked.
2018-03-09 10:20:20 +01:00
Jehan Monnier
d41fb1f995
fix proxy default value for conference_factory_uri
2018-03-08 12:49:12 +01:00
Mickaël Turnel
4a4ea17be2
Fix 'increases required alignment of target type'
2018-03-08 10:01:28 +01:00
Mickaël Turnel
9d7a943032
Add reconnect_to_primary_asap parameter to linphonerc and pass it to belle_sip_stack
2018-03-06 17:04:16 +01:00
Ronan Abhamon
cf37868b50
fix(c-core): clean default proxy before core
2018-03-06 11:32:42 +01:00
Ghislain MARY
95c39b0e1a
Configure the conference factory uri on the proxy config instead of the core.
2018-03-05 14:29:01 +01:00
Simon Morlat
2fb4ce6ffc
add test showing that ICE is deactivated if stun server is not responding.
...
To be fixed later.
2018-03-03 11:54:35 +01:00
Ghislain MARY
0f55122183
Fix group chat testers broken because of multiple chat room listeners + fix is-composing count in group chat testers + deactivate instable group chat testers for the moment.
2018-02-27 13:45:06 +01:00
Erwan Croze
d0c1259dda
Adding different coef for weight by type in magic search
2018-02-22 14:09:29 +01:00
Sylvain Berfini
4ba2aa8af0
Added multi listener for ChatRoom
2018-02-22 10:52:23 +01:00