Sylvain Berfini
c6894b4c86
Fixed file transfer
2017-11-07 16:28:44 +01:00
Sylvain Berfini
1fa52f708e
Forgot to set file size when creating the file transfer informations
2017-11-07 15:55:10 +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
Ghislain MARY
120117f7b3
Add the SimpleAddress class to ease the comparison of addresses for the conference participants and the list of chat rooms.
2017-11-07 15:27:09 +01:00
Sylvain Berfini
31c00aa3df
Fixed issue with file + text message
2017-11-07 13:17:55 +01:00
Sylvain Berfini
95ab4ff585
Fixed broken compil due to dumb mistake
2017-11-07 10:25:25 +01:00
Sylvain Berfini
bcfa66e447
Deprecated getText() on ChatMessage + attempt to fix getText()
2017-11-07 10:23:24 +01:00
Ghislain MARY
d51acdf739
Some small fixes in the addresses handling for conferences.
2017-11-06 16:03:32 +01:00
Sylvain Berfini
f308510501
Fixed multipart chat message with text + file transfer
2017-11-06 14:32:58 +01:00
Benjamin Reis
bea9b7f3d9
uses event directly in internal conference callbacks
2017-11-06 13:36:24 +01:00
Sylvain Berfini
c036343151
Added a test for file transfer with text content
2017-11-06 11:45:22 +01:00
Sylvain Berfini
af0db8a7ea
Added new APIs to manipulate Contents inside ChatMessage
2017-11-06 11:05:44 +01:00
Benjamin Reis
d97c796d26
add isFullState info to conference-event-packages-callbacks
2017-11-03 15:56:19 +01:00
Sylvain Berfini
e26ce48bfd
Call chatroom state changed with CreationError state when group chat room fails
2017-11-03 11:34:02 +01:00
Ronan Abhamon
fb18a7c7a9
fix(ChatMessage): remove useless test on getCore
2017-11-03 11:12:20 +01:00
Ronan Abhamon
a7ff19566d
fix(core): misc =>
...
- return nullptr if conference factory uri is not set
- Address object is now more robust
- remove custom SharedFromThis object
- CoreAccessor throw exception if core is destroyed
- Core must be created with a static method
- Partial fetch of chat message
- ...
2017-11-03 10:38:50 +01:00
Ronan Abhamon
223bd817a9
feat(core): break completely old message storage api impl
2017-11-02 12:03:16 +01:00
Sylvain Berfini
53c83d3585
Fixed ChatRoom state changed with Created state before RAM insertion breaking find
2017-10-31 17:34:13 +01:00
Sylvain Berfini
94c08dce7f
Use CPIM by default
2017-10-31 10:01:13 +01:00
Sylvain Berfini
3b4e32cb8e
Fixed sent message getText() and getContentType() values
2017-10-30 15:17:26 +01:00
Sylvain Berfini
637595573d
Added callback on message being sent
2017-10-30 14:48:10 +01:00
Ronan Abhamon
edf85afab9
fix(Core): use better workaround for bad conference sip addresses returned by flexisip
2017-10-30 11:56:56 +01:00
Sylvain Berfini
f702e9a8fe
Added new callback for message received on chat room with chat event log
2017-10-30 11:50:57 +01:00
Ronan Abhamon
7106d92b84
fix(ChatRoom): remove useless includes in ServerGroupChatRoomStub, fix conding style, ...
2017-10-27 14:41:27 +02:00
Erwan Croze
64e550f764
Merge fix for client group chat room
2017-10-27 13:44:42 +02:00
Ronan Abhamon
b64ae8a57b
fix(Core): load correctly chat rooms
2017-10-27 09:23:33 +02:00
Ronan Abhamon
34b2882e38
feat(Core): use chat room api from new core
2017-10-26 10:09:39 +02:00
Ronan Abhamon
be1d6f99ed
feat(Event): events are now shared
2017-10-24 11:15:46 +02:00
Ronan Abhamon
e97343cb78
feat(Event): ChatMessageEvent is now a ConferenceEvent
2017-10-20 13:51:56 +02:00
Sylvain Berfini
3af62d98d2
Fixed crash in file transfer due to backgroundtaskid not being initialized + removed unused header in jni
2017-10-19 17:41:01 +02:00
Ronan Abhamon
2941e64e3e
feat(Core): provide a low-level BaseObject
2017-10-19 15:50:47 +02:00
Benjamin Reis
38f8ef4485
connect cppCore with c_core and add received conference events in db
2017-10-18 11:18:52 +02:00
Benjamin Reis
84d94988a1
uniformize conference event
2017-10-18 10:12:22 +02:00
Ronan Abhamon
88fbd50b76
feat(MainDB): supports chat messages store
2017-10-18 09:35:47 +02:00
Benjamin Reis
5c8fa71e9d
create event object on notifed conference event
2017-10-17 17:13:52 +02:00
Benjamin Reis
ebe1a5f12f
add time managment to confernce event notification
2017-10-17 14:51:48 +02:00
Ghislain MARY
15fcc6950d
Fix some memory leaks.
2017-10-16 17:04:43 +02:00
Ronan Abhamon
4ee2312949
feat(EventLog): add new ConferenceParticipantDevice event
2017-10-16 15:25:14 +02:00
Ghislain MARY
0bab59418d
Handle is-composing notification coming from several participants.
2017-10-16 10:40:36 +02:00
Ronan Abhamon
367243d224
feat(MainDb): chatroom fetch in progress
2017-10-13 15:46:49 +02:00
Ghislain MARY
5cf6bc3b6b
Handle case where a received chat message is in fact an outgoing message sent by us from an other device.
2017-10-13 15:33:16 +02:00
Ghislain MARY
eac08cf519
Move chat notifications source files in their own directory.
2017-10-13 14:46:57 +02:00
Ghislain MARY
601a1a6564
The cpimFrom address field in the ChatMessage is useless.
2017-10-13 14:38:11 +02:00
Ronan Abhamon
0579b0db2b
feat(General): provide a L_Q_T macro to access public data in a multiple inheritance case
2017-10-13 11:53:06 +02:00
Ghislain MARY
3d50e6e9e2
Handle From and To headers in CPIM messages.
2017-10-13 11:21:11 +02:00
Ghislain MARY
8ab95782bb
Fix state check in the send() method of ChatMessage.
2017-10-13 11:21:11 +02:00
Ghislain MARY
505cceb22a
Allow overriding storeOrUpdateMessage() and messageReceived() methods of ChatRoomPrivate.
2017-10-13 11:21:11 +02:00
Ghislain MARY
3943712131
Some cleaning in chat room and chat message.
2017-10-13 11:21:11 +02:00
Ghislain MARY
5b139dc79b
Fix the URI grammar for CPIM.
2017-10-13 11:20:35 +02:00
Ronan Abhamon
a9995e2fce
feat(ClientGroupChatRoom): use L_D_T in the case of simple mPrivate access
2017-10-13 11:17:15 +02:00