Commit graph

22 commits

Author SHA1 Message Date
Ghislain MARY
2f1d16a306 Use c-wrapper for the Core object. 2017-12-04 13:56:32 +01:00
Sylvain Berfini
06032c0340 Added new constructors for XmlRpcRequest and XmlRpcSession 2017-10-17 17:58:01 +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
Simon Morlat
2dd2ee6e79 fix memory leaks 2017-07-31 16:08:56 +02:00
Ghislain MARY
7ceddff0b9 Do not rename files to compile them as C++. 2017-07-24 11:56:50 +02:00
Ghislain MARY
b9b283dcdb Compile source files as C++. 2017-07-21 17:06:41 +02:00
Ghislain MARY
a36cade084 Fix build with Clang on Linux. 2017-03-29 14:22:46 +02:00
Ghislain MARY
33b72ce6b5 Move public header files in the include/linphone directory. 2016-11-15 14:41:18 +01:00
Sylvain Berfini
1faa826dea Convert null strings to empty strings to prevent crash in xmlrpc 2016-10-12 11:04:39 +02:00
Simon Morlat
690f2aa182 robustize account creator and xmlrpc session 2016-09-30 16:07:01 +02:00
Simon Morlat
c14fe94ef6 update ms2 2016-09-12 10:46:39 +02:00
Gautier Pelloux-Prayer
7e3f3ac46f xmlrpc: fix some bug 2016-08-29 12:42:41 +02:00
Gautier Pelloux-Prayer
d687000a81 xmlrpc.c: indent 2016-08-02 16:17:50 +02:00
Gautier Pelloux-Prayer
f6381d913a license: update FSF address 2016-07-27 11:58:38 +02:00
Sylvain Berfini
c20bcb0d08 Removed unused LinphoneContent in xmlrpc API 2016-01-04 16:18:33 +01:00
Gautier Pelloux-Prayer
86832a1b26 xmlrpc.c: fix invalid unref operation 2015-10-26 17:30:39 +01:00
Gautier Pelloux-Prayer
8e3f9a337a account_creator: fix crashes when URL is invalid and set default domain if any 2015-10-01 17:30:44 +02:00
Ghislain MARY
5b4513e776 Change account creator and xmlrpc API so that Python wrapper generation works correctly. 2015-06-09 15:18:37 +02:00
Simon Morlat
bbe66c9a63 fix compilation errors 2015-06-08 21:53:57 +02:00
Ghislain MARY
17cad99e4f Rework assistant for asynchronous XML-RPC requests. 2015-06-05 15:49:47 +02:00
Ghislain MARY
fb8d223f54 Improve XML-RPC API.
- Handle XML-RPC request returning a string response
- Allow creating a request adding the arguments one at a time (useful for
  automatically generated wrappers where variable args functions can be an
  issue)
2015-06-03 13:49:28 +02:00
Ghislain MARY
16eba02ebf Handle XML-RPC request in liblinphone directly instead of using libsoup. 2015-06-02 11:02:23 +02:00