Benjamin Reis
|
d7fcc06dd0
|
Merge remote-tracking branch 'origin/dev_content_cpp' into dev_chatroom_list_subscription
|
2018-03-28 09:27:15 +02:00 |
|
Sylvain Berfini
|
ee88045383
|
Renamed content_manager_tester + improved header parsing + new tests
|
2018-03-27 16:10:17 +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 |
|
Benjamin Reis
|
177dd8778c
|
Merge remote-tracking branch 'origin/dev_content_cpp' into dev_chatroom_list_subscription
|
2018-03-20 15:02:18 +01:00 |
|
Benjamin Reis
|
c159187fde
|
only put ';' if there's a parameter...
|
2018-03-20 14:23:54 +01:00 |
|
Benjamin Reis
|
b1f8a45327
|
add ; to separate subtype & parameter
|
2018-03-20 14:12:55 +01:00 |
|
Benjamin Reis
|
12fb92ec0b
|
fix body of notify
|
2018-03-20 13:57:28 +01:00 |
|
Benjamin Reis
|
1394899408
|
Merge branch 'dev_refactor_cpp' into dev_chatroom_list_subscription
|
2018-03-20 10:40:25 +01:00 |
|
Sylvain Berfini
|
bca906e399
|
Merge branch 'dev_refactor_cpp' into dev_content_cpp
|
2018-03-19 17:01:05 +01:00 |
|
Ghislain MARY
|
5ec972c98d
|
Improve Content-Type and Content-Disposition handling.
|
2018-03-16 14:41:12 +01:00 |
|
Benjamin Reis
|
3728262f9a
|
integration of chatroom list subscription on client side
|
2018-03-16 11:27:24 +01:00 |
|
Benjamin Reis
|
8f653ab4bf
|
now it compiles
|
2018-03-15 15:48:59 +01:00 |
|
Ghislain MARY
|
ead7221c97
|
Handle Content-Encoding in C++ Content object.
|
2018-03-13 14:10:05 +01:00 |
|
Wescoeur
|
e61718f658
|
fix(Content): findHeader must be const (it is a getter)
|
2018-02-20 01:11:23 +01:00 |
|
Wescoeur
|
16558276c0
|
fix(Content): use move function on headers (copy constructor)
|
2018-02-20 01:06:26 +01:00 |
|
Matthieu Tanon
|
7eb344cabd
|
Add header to Content and Multipart
|
2018-02-19 16:37:39 +01:00 |
|
Ronan Abhamon
|
709dceac26
|
feat(core): use other instead of src/obj name on operators and copy constructors (uniform syntax)
|
2018-02-19 09:58:14 +01:00 |
|
Sylvain Berfini
|
dbdbeaa46f
|
Added and using isFileTransfer
|
2018-02-08 17:38:16 +01:00 |
|
Sylvain Berfini
|
122098ac04
|
More work on C/C++ Contents
|
2018-02-08 11:24:30 +01:00 |
|
Sylvain Berfini
|
30f90763c4
|
Improve isFile use in Contents for FileTransfer
|
2018-01-30 14:56:59 +01:00 |
|
Ronan Abhamon
|
26ad07a02e
|
feat(core): update date of some files
|
2018-01-15 09:17:54 +01:00 |
|
Mickaël Turnel
|
253378d167
|
Add conversion mechanism in Content so it is always UTF-8
|
2017-12-15 10:37:37 +01:00 |
|
Ghislain MARY
|
ca159350b8
|
Some more fixes for call handling.
|
2017-11-27 16:02:30 +01:00 |
|
Ronan Abhamon
|
01694c2bac
|
feat(content): clean code
|
2017-11-22 17:16:15 +01:00 |
|
Ronan Abhamon
|
90b653f60f
|
fix(chat-room): hide public onChatMessageReceived handler!
|
2017-11-22 15:26:15 +01:00 |
|
Ronan Abhamon
|
fa861d553d
|
fix(core): add explicit on some constructors
|
2017-11-22 13:57:31 +01:00 |
|
François Grisez
|
c50ba6614d
|
Fills the body of Content objects on destruction
This commit is a duplicate of bd08e5940c in master
|
2017-11-17 10:03:53 +01:00 |
|
Ronan Abhamon
|
87c7236d7f
|
feat(MainDb): fetch contents of messages
|
2017-11-09 16:49:02 +01:00 |
|
Sylvain Berfini
|
ba89633e45
|
More work related to ChatMessage file transfer
|
2017-11-08 14:14:25 +01:00 |
|
Sylvain Berfini
|
c6894b4c86
|
Fixed file transfer
|
2017-11-07 16:28:44 +01:00 |
|
Sylvain Berfini
|
d394880149
|
Removed cFileTransferContent to use only Content objects in chat-message.cpp for file transfer. Fix upload when not using file body handler to do
|
2017-11-07 15:40:36 +01:00 |
|
Sylvain Berfini
|
af0db8a7ea
|
Added new APIs to manipulate Contents inside ChatMessage
|
2017-11-06 11:05:44 +01:00 |
|
Ronan Abhamon
|
360d4056dd
|
fix(Content): add missed move
|
2017-10-10 15:51:32 +02:00 |
|
Ronan Abhamon
|
5bbd468b55
|
feat(EventsDb): import app data from legacy messages
|
2017-10-10 15:48:10 +02:00 |
|
Ronan Abhamon
|
ef4ad613b6
|
feat(Content): supports app data
|
2017-10-10 13:27:38 +02:00 |
|
Ronan Abhamon
|
d60b5fab06
|
feat(EventsDb): import correctly legacy messages
|
2017-10-06 11:00:17 +02:00 |
|
Ghislain MARY
|
81340cfcb8
|
Fix license headers.
|
2017-10-05 15:09:09 +02:00 |
|
Benjamin Reis
|
bb41aeb4de
|
remove <<<<<HEAD
|
2017-10-04 11:48:17 +02:00 |
|
Benjamin Reis
|
ab1e07c8b7
|
fix build issues
|
2017-10-04 11:43:39 +02:00 |
|
Sylvain Berfini
|
f9e89679b3
|
Added implementation of == operator on Content object + added logs and return values in CPIM Chat Message Modifier
|
2017-10-04 11:39:32 +02:00 |
|
Ghislain MARY
|
3b10f8da34
|
Include the body containing the list of addresses to invite when sending the INVITE to create a client group chat room.
|
2017-10-03 18:03:50 +02:00 |
|
Sylvain Berfini
|
54de6bb650
|
Moved from shared_ptr<Content> to Content in ChatMessage
|
2017-10-03 14:41:02 +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
|
11f9f38d26
|
fix(Content): use move operator correctly
|
2017-10-02 11:08:12 +02:00 |
|
Ronan Abhamon
|
3544ad224f
|
feat(Content): add isEmpty method
|
2017-10-02 10:41:25 +02:00 |
|
François Grisez
|
a830806c16
|
Replace SalCustomBody by LinphonePrivate::Content
|
2017-09-29 17:23:48 +02:00 |
|
Ronan Abhamon
|
c156730daa
|
feat(general): remove class parameter of L_D and L_Q
|
2017-09-27 16:15:58 +02:00 |
|
Ronan Abhamon
|
6a3956494c
|
fix(core): coding style
|
2017-09-26 13:46:01 +02:00 |
|
Ghislain MARY
|
9a73bbc894
|
Handle content disposition and add helper to set the content type in a content.
|
2017-09-25 17:24:50 +02:00 |
|
Sylvain Berfini
|
0cee5a91a4
|
Started to move code from C to CPP for ChatMessage
|
2017-09-25 15:59:52 +02:00 |
|