Commit graph

1831 commits

Author SHA1 Message Date
Jehan Monnier
6e734e6b0b Add Gruu implementation completion from master in dev_refactor_cpp branch 2017-10-10 11:58:48 +02:00
Jehan Monnier
fc873d5615 disable gruu for tunnel testers 2017-10-10 10:44:13 +02:00
Benjamin Reis
efe2cb6d20 add subject changed notify tests 2017-10-09 17:18:18 +02:00
Benjamin Reis
fe37c2892b Fix 'Conference event' tester 2017-10-09 16:49:38 +02:00
Benjamin Reis
69d52b3e7e fix private attribute access in tester 2017-10-09 15:10:59 +02:00
Sylvain Berfini
f8abe9ad07 Started multipart tester 2017-10-09 10:54:02 +02:00
Benjamin Reis
94c9ad33a5 forbid Tester helper creation 2017-10-09 10:36:11 +02:00
Ronan Abhamon
4cb0e8028c feat(Tester): add tools to access private data 2017-10-09 10:32:46 +02:00
Sylvain Berfini
0db6249af5 Simple ChatMessageMultipartModifier created + fixed a few things related to ChatMessages 2017-10-06 16:55:20 +02:00
Sylvain Berfini
cc739ef556 Added test (from dev_async_im_encryption_engine branch) for asynchronous IMEE + fixed issue in EncryptionChatMessageModifier 2017-10-05 14:41:21 +02:00
Ghislain MARY
e8e1e130f3 Improve handling of content types. 2017-10-04 17:11:58 +02:00
Simon Morlat
181d14d774 implement redirect at sal level. 2017-10-04 11:50:28 +02:00
Sylvain Berfini
b7fdc47128 Added CPIM tester 2017-10-04 10:54:41 +02:00
François Grisez
fc7a8e0eec Fix double frees in liblinphone_tester_check_rtcp() 2017-10-03 10:26:59 +02:00
François Grisez
b5e0165503 Reworks Sal in order to be able to send and accept INVITEs with not-SDP body 2017-10-03 09:21:48 +02:00
Ronan Abhamon
33d7a384af feat(General): remove LINPHONE_NAMESPACE 2017-10-02 12:31:36 +02:00
François Grisez
e7f7abd7ae Fix complation of complex_sip_case_tester.c 2017-09-29 18:03:58 +02:00
François Grisez
86b626d3fe Migration of Sal and SalOp into C++ classes 2017-09-29 17:19:52 +02:00
Ghislain MARY
96bd4b35e0 Use the correct name for the conference event package. 2017-09-29 15:45:13 +02:00
Ronan Abhamon
7e13352824 feat(General): L_DECLARE_PRIVATE can declare a LINPHONE_NAMESPACE::Tester friend 2017-09-28 17:39:17 +02:00
Ronan Abhamon
5605c66085 fix(ConferenceEventTester): fix test on Windows 2017-09-28 15:17:15 +02:00
Ghislain MARY
7383a29251 Subscribe to the conference event package when a client group chat room enters the created state. 2017-09-28 14:37:33 +02:00
Benjamin Reis
b499578df6 fix cast && better char* management 2017-09-28 14:31:52 +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
Ghislain MARY
37e25a736f Fix build. 2017-09-25 15:39:23 +02:00
Benjamin Reis
2c7994a27b add first_invite_generating conference tester 2017-09-25 15:34:32 +02:00
Ghislain MARY
84df0776a6 Fix conference participants resource-list parsing and generation. 2017-09-25 14:49:55 +02:00
Benjamin Reis
96f21ef1f2 add conference tester 2017-09-25 14:02:11 +02:00
Ghislain MARY
24c2a4cf87 Fix build of linphonec, linphone-daemon and testers. 2017-09-21 17:32:54 +02:00
Ronan Abhamon
553d8b1c3d fix(tester): repare build 2017-09-21 15:23:06 +02:00
Ghislain MARY
53b9758d7a Handle conference listener in client group chat room and wrap participant manipulation callbacks in LinphoneChatRoomCbs. 2017-09-19 17:17:23 +02:00
Sylvain Berfini
ceec68bc7a Fixed XSD compil & link issues 2017-09-19 12:31:17 +02:00
Ghislain MARY
2b8291c3f1 Merge remote-tracking branch 'origin/dev_conference_info' into dev_refactor_cpp 2017-09-19 10:03:25 +02:00
Ronan Abhamon
d619eba238 feat(Variant): add getValueAsString impl 2017-09-15 12:04:11 +02:00
Ronan Abhamon
d458d1099f fix(Variant): better code, supports correctly generic values 2017-09-15 11:00:41 +02:00
Ronan Abhamon
4732e417d7 feat(Variant): add getValueAsGeneric impl 2017-09-14 16:11:50 +02:00
Sylvain Berfini
0c9fbfc16c Improved CPIM parser to parse all MIME-encapsulated message content headers 2017-09-13 15:27:36 +02:00
Ronan Abhamon
44152b9f48 use real pointer in c wrapped clonable object 2017-09-12 15:08:10 +02:00
Ronan Abhamon
d88a87d6fc fix build with cpim 2017-09-11 16:24:19 +02:00
Ronan Abhamon
fbf0aaca5b fix g++ build 2017-09-11 14:09:35 +02:00
Ronan Abhamon
93d9c5101a Merge branch 'chat-events-cpp' into dev_refactor_cpp 2017-09-11 12:02:03 +02:00
Ghislain MARY
7588a54016 Convert LinphoneCall to Call C++ class. 2017-09-08 14:15:08 +02:00
Jehan Monnier
252925a373 improve logging to make sure all logger are handler by liblinphone, including, ortp, bzrtp and belle-sip 2017-09-08 13:58:30 +02:00
Sylvain Berfini
a87e810a9b Flexisip's DOS test wasn't working 2017-09-07 16:25:25 +02:00
Ronan Abhamon
f94f51521c feat(core): rename message to chat-message 2017-09-07 15:56:35 +02:00
Ghislain MARY
d795a30518 Convert LinphoneCallParams to use MediaSessionParams C++ class. 2017-09-07 14:07:47 +02:00
Ronan Abhamon
77b35ea4fc feat(EventsDb): supports message file info 2017-09-06 17:23:26 +02:00
Ronan Abhamon
648119fd4b fix(EventsDb): avoid duplication in db 2017-09-06 17:05:46 +02:00
Ronan Abhamon
b83fe6411a feat(EventsDb): fixes + add new test 2017-09-06 16:50:44 +02:00
Jehan Monnier
7dab187bfc make sure publishs are restart after a network state changed from DOWN to UP 2017-09-06 10:21:44 +02:00