Commit graph

812 commits

Author SHA1 Message Date
Ghislain MARY
6ef2937a8e Rework call parameters handling. 2017-11-30 16:48:59 +01:00
Ronan Abhamon
b357534bfe fix(MainDb): fix compilation when soci is not enabled 2017-11-30 16:06:20 +01:00
Ronan Abhamon
47554237c1 feat(MainDb): invalid chat message when event log is not valid 2017-11-30 15:57:56 +01:00
Ronan Abhamon
397dbc39fb fix(MainDb): set flags to 1 when chat room is terminated 2017-11-30 15:41:44 +01:00
Ronan Abhamon
8b7f6ef64c feat(MainDb): deal with conference terminated event 2017-11-30 15:38:00 +01:00
Ronan Abhamon
d532fb79f7 fix(ClientGroupChatRoom): set correctly state at fetch 2017-11-30 15:12:49 +01:00
Ronan Abhamon
7e48b9c956 fix(MainDb): insert correctly chat room 2017-11-30 15:03:33 +01:00
Benjamin Reis
286199423f wrap chatroom isReadOnly method 2017-11-30 14:56:55 +01:00
Sylvain Berfini
b0f2d80547 SQL duration logger outputs to debug as default 2017-11-30 14:41:01 +01:00
Ronan Abhamon
310637f275 feat(core): add a find one to one chat room function 2017-11-30 14:32:36 +01:00
Ronan Abhamon
71757bbce7 feat(MainDb): save chat room read only state 2017-11-30 14:15:38 +01:00
Benjamin Reis
7c2ce9d173 notify core when chat room is created instead of instantiated 2017-11-30 14:14:24 +01:00
Ronan Abhamon
d111d78f71 feat(core-c): provide a way to find chat room 2017-11-30 11:20:38 +01:00
Ronan Abhamon
af709ad4c9 fix(ChatRoom): add delete history impl 2017-11-30 10:18:12 +01:00
Ronan Abhamon
cea7ca8bb1 fix(c-chat-room): delete correctly chat message 2017-11-30 09:27:46 +01:00
Ronan Abhamon
52d7652e28 feat(EventLog): provide a way to delete event in public interface 2017-11-29 17:32:10 +01:00
Ronan Abhamon
91a64a7462 fix(ChatRoom): remove useless code 2017-11-29 15:59:22 +01:00
Ronan Abhamon
f0ca552ce4 fix(ChatRoom): reuse event from chat message in cb when possible 2017-11-29 15:57:33 +01:00
Ronan Abhamon
220ab0f123 feat(MainDb): explicit insert of basic chat room 2017-11-29 15:43:38 +01:00
Ronan Abhamon
6b02c99f77 fix(ChatMessage): remove useless code 2017-11-29 15:18:55 +01:00
Benjamin Reis
d7bc4b66ac do not notify empty subject 2017-11-29 14:33:34 +01:00
Ronan Abhamon
e1d909d1c5 feat(MainDb): provide a way to fetch messages from db key 2017-11-29 14:15:14 +01:00
Benjamin Reis
b23a2af684 always update device event when subscribe received 2017-11-29 13:31:27 +01:00
Sylvain Berfini
c172fec54d Fixed compil 2017-11-29 13:06:17 +01:00
Ronan Abhamon
773b60367f fix(MainDb): cache chat messageon select 2017-11-29 11:54:22 +01:00
Ghislain MARY
2d78e6820a Fix build. 2017-11-29 11:38:32 +01:00
Ronan Abhamon
65ab7cdfa3 feat(chat-message): supports cache partially 2017-11-29 11:33:51 +01:00
Ronan Abhamon
447076eadc fix(MainDb): avoid event duplication 2017-11-28 17:19:27 +01:00
Benjamin Reis
afaa84610d fix update of last notify id in chat room + recover it when creating chat room from db 2017-11-28 17:09:44 +01:00
Ronan Abhamon
9a5f620c51 feat(MainDb): refactor main db event key 2017-11-28 17:05:30 +01:00
Ronan Abhamon
db5b8dfcf5 fix(core): remove useless code 2017-11-28 17:05:30 +01:00
Benjamin Reis
a21111ca5a Fetch messages for Message-ID for IMDN 2017-11-28 14:56:04 +01:00
Benjamin Reis
1358569f85 fix how to get Message-ID 2017-11-28 14:56:04 +01:00
Ghislain MARY
ec74e66eb7 Fix ogl render. 2017-11-28 14:53:56 +01:00
Ghislain MARY
7d16001da2 Fix creation of player in call. 2017-11-28 14:53:50 +01:00
Ghislain MARY
25e51fc63a Fix SalCallOp::set_local_media_description() with nullptr parameter. 2017-11-28 14:53:43 +01:00
Ghislain MARY
56f8dcc57a Fix return value of MediaSession::update(). 2017-11-28 14:53:31 +01:00
Ghislain MARY
08a2180cbc Fix reception of INFO messages. 2017-11-28 14:53:23 +01:00
Ronan Abhamon
fec65e98d7 feat(MainDb): add a function to find a message by imdn id 2017-11-28 14:09:57 +01:00
Benjamin Reis
6b93b7c8c7 keep removing soci workaround 2017-11-28 11:47:59 +01:00
Ronan Abhamon
dfbfd1bf98 fix(MainDb): see http://soci.sourceforge.net/doc/3.2/exchange.html, Object lifetime and immutability part 2017-11-28 11:15:17 +01:00
Ghislain MARY
ef7ae680ff Add Message-ID header in CPIM messages. 2017-11-28 11:12:06 +01:00
Benjamin Reis
94a51d3ec1 fix cast build crash 2017-11-27 18:00:33 +01:00
Ghislain MARY
1896eff9fe Several fixes for calls. 2017-11-27 17:45:16 +01:00
Ghislain MARY
5781fcbde2 Fix SRTP crypto key generation. 2017-11-27 17:11:41 +01:00
Ghislain MARY
8a23ea59b7 Fix 2 call-related crashes. 2017-11-27 16:43:09 +01:00
Ghislain MARY
ca159350b8 Some more fixes for call handling. 2017-11-27 16:02:30 +01:00
Ronan Abhamon
6a1debb72c fix(MainDb): add space before state value in conference chat message update 2017-11-27 15:55:28 +01:00
Ronan Abhamon
f6a6edc787 fix(file-transfer-chat-message-modifier): test if transfer server is null 2017-11-27 15:43:33 +01:00
Ronan Abhamon
049371e757 fix(MainDb): add a resolve id function (soci workaround) 2017-11-27 15:30:23 +01:00