Ronan Abhamon
|
7148e56f7c
|
fix(content-manager): set correctly multi part content
|
2017-11-22 17:24:20 +01:00 |
|
Ronan Abhamon
|
213164ae0a
|
fix(content): clean file/file-transfert content
|
2017-11-22 17:16:15 +01:00 |
|
Ronan Abhamon
|
01694c2bac
|
feat(content): clean code
|
2017-11-22 17:16:15 +01:00 |
|
Ronan Abhamon
|
faa6ef529c
|
fix(content-manager): clean code, avoid leaks
|
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 |
|
Benjamin Reis
|
e1122d15f5
|
add multipart notify support for conference events
|
2017-11-20 14:52:15 +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
|
f1f84e7c60
|
Changes & improvements for FileTransfer
|
2017-11-09 13:00:21 +01:00 |
|
Sylvain Berfini
|
b764f9bb60
|
Removed appData in ChatMessage
|
2017-11-09 12:36:49 +01:00 |
|
Sylvain Berfini
|
057db03349
|
Moved from a list of Content to a list of Content* to be able to cast content to specialized version
|
2017-11-08 15:15:47 +01:00 |
|
Sylvain Berfini
|
ba89633e45
|
More work related to ChatMessage file transfer
|
2017-11-08 14:14:25 +01:00 |
|
Erwan Croze
|
dfbf8e031e
|
Fix uninitialized variable
|
2017-11-08 11:39:00 +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 |
|
Benjamin Reis
|
9c291ba2c4
|
add content-manager and content-manager tester
|
2017-10-26 10:52:57 +02:00 |
|
Ronan Abhamon
|
2941e64e3e
|
feat(Core): provide a low-level BaseObject
|
2017-10-19 15:50:47 +02:00 |
|
Ronan Abhamon
|
f54682374b
|
fix(CharModifier): clean code (refactor, cppcheck and errorCode is now one reference
|
2017-10-11 16:01:52 +02: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
|
e5c3a5a96a
|
feat(EventsDb): add new table => message_participant
|
2017-10-09 11:31:07 +02:00 |
|
Sylvain Berfini
|
0db6249af5
|
Simple ChatMessageMultipartModifier created + fixed a few things related to ChatMessages
|
2017-10-06 16:55:20 +02:00 |
|
Ronan Abhamon
|
4f22ec0a6c
|
feat(EventsDb): import content text from legacy messages
|
2017-10-06 15:24:19 +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 |
|
Ghislain MARY
|
e8e1e130f3
|
Improve handling of content types.
|
2017-10-04 17:11:58 +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 |
|
Ronan Abhamon
|
fb312b1ae8
|
feat(core): add notes
|
2017-10-03 15:10:59 +02:00 |
|
Sylvain Berfini
|
54de6bb650
|
Moved from shared_ptr<Content> to Content in ChatMessage
|
2017-10-03 14:41:02 +02:00 |
|
Ronan Abhamon
|
cde7d0de15
|
fix(ContentType): use isCPIM instead of isCpim (camel case!)
|
2017-10-03 13:54:29 +02:00 |
|
Sylvain Berfini
|
28e77ff2e6
|
Added ChatMessageModifiers chain in reception
|
2017-10-03 11:13:35 +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 |
|
Ronan Abhamon
|
e75404cbd8
|
fix(core): fix coding style on many files, remove useless includes...
|
2017-09-26 11:56:49 +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 |
|
Sylvain Berfini
|
0c9fbfc16c
|
Improved CPIM parser to parse all MIME-encapsulated message content headers
|
2017-09-13 15:27:36 +02:00 |
|
Ronan Abhamon
|
cd10ea5d66
|
feat(Object): provide a way to deal with user data (properties/variant)
|
2017-09-13 12:05:53 +02:00 |
|
Ronan Abhamon
|
b1a37f6bd0
|
feat(utils): remove content-type files
|
2017-09-13 09:12:42 +02:00 |
|
Ronan Abhamon
|
093ae07e79
|
fix build
|
2017-09-12 17:48:30 +02:00 |
|