Commit graph

837 commits

Author SHA1 Message Date
Ronan Abhamon
e9805213e2 fix(conference): replace getNbParticipants to participantCount 2017-12-04 15:49:53 +01:00
Erwan Croze
2c33faac6f Fix main-db.cpp for mysql backend 2017-12-04 15:48:26 +01:00
Benjamin Reis
1bbc544635 refactor code 2017-12-04 15:35:33 +01:00
Ronan Abhamon
eb5ab27326 fix(core): rename some methods => Do not set a plural noun before "Count"!!! 2017-12-04 15:29:01 +01:00
Ghislain MARY
181bfa2ec9 Change the chat room instantiated callback to chat room state changed. 2017-12-04 15:12:25 +01:00
Ghislain MARY
05271e8603 Change the state of ClientGroupChatRoom and ServerGroupChatRoom outside of their constructors. 2017-12-04 15:11:54 +01:00
Ronan Abhamon
a57290dbca feat(c-chat-room): add new function to get events list size 2017-12-04 15:08:20 +01:00
Erwan Croze
fc61014650 Adding setLastNotify to remote conference event handler 2017-12-04 14:06:39 +01:00
Ghislain MARY
2f1d16a306 Use c-wrapper for the Core object. 2017-12-04 13:56:32 +01:00
Ronan Abhamon
2b8e1cca64 fix(core): clean some pieces of code 2017-12-04 10:25:36 +01:00
Ronan Abhamon
4f40f34a16 feat(MainDb): add const qualifier on some parameters 2017-12-04 10:10:25 +01:00
Sylvain Berfini
144790b41f Added linphone_address_remove_param method 2017-12-04 10:07:44 +01:00
Benjamin Reis
d835f50943 Add getAddressWithoutGruu to Identity address and create participant without gruu 2017-12-01 17:34:07 +01:00
Ronan Abhamon
47cf1d436c fix(c-chat-room): repair get history function 2017-12-01 15:13:45 +01:00
Ronan Abhamon
eb3fbf682d no comment 2017-12-01 13:59:16 +01:00
Ronan Abhamon
55e62ee091 fix(MainDb): use chat room id in get unread chat messages function 2017-12-01 13:56:52 +01:00
Ronan Abhamon
57f638266d feat(MainDb): create server group chat room from database 2017-12-01 11:43:56 +01:00
Ronan Abhamon
04168f9b48 feat(MainDb): return empty data on soci exceptions 2017-12-01 11:19:01 +01:00
Ronan Abhamon
13a873196e feat(MainDb): add get unread chat messages impl 2017-12-01 10:55:39 +01:00
Sylvain Berfini
7e6b57a049 Small improvement of setState on ChatMessage in reception 2017-12-01 10:26:11 +01:00
Ghislain MARY
71282b2598 Implement Call::setParams(). 2017-12-01 10:13:16 +01:00
Ghislain MARY
89ed9caeeb Rename isReadOnly() to hasBeenLeft() in ChatRoom. 2017-11-30 17:16:30 +01:00
Ghislain MARY
57e9fbd1c4 Fix once and for all the random port selection in the media session. 2017-11-30 16:49:21 +01:00
Ghislain MARY
88fb7651f6 Call now inherits from Conference instead of including it. 2017-11-30 16:49:13 +01:00
Ghislain MARY
8b695901f8 Use CoreAccessor in call related classes. 2017-11-30 16:49:07 +01:00
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