Commit graph

11586 commits

Author SHA1 Message Date
Erwan Croze
c1ceea6c2d Fix database init 2017-11-06 11:59:44 +01:00
Sylvain Berfini
c036343151 Added a test for file transfer with text content 2017-11-06 11:45:22 +01:00
Benjamin Reis
7b06d01097 use bool instead of bool_t in c++ 2017-11-06 11:24:48 +01:00
Sylvain Berfini
eb33a86e21 Fixed wrong type in header 2017-11-06 11:13:44 +01:00
Sylvain Berfini
af0db8a7ea Added new APIs to manipulate Contents inside ChatMessage 2017-11-06 11:05:44 +01:00
Erwan Croze
1e2d9d9a0e Fixing precompiled headers in xml parser 2017-11-06 10:46:00 +01:00
Ronan Abhamon
cb045ce1b1 fix(ChatRoom): rename some functions 2017-11-06 09:17:53 +01:00
Sylvain Berfini
a9c557ae37 Do not store calls made to conference factory inside database 2017-11-03 16:59:00 +01:00
Benjamin Reis
d97c796d26 add isFullState info to conference-event-packages-callbacks 2017-11-03 15:56:19 +01:00
Benjamin Reis
975cfd8048 correct use of APPLE targets 2017-11-03 15:55:07 +01:00
Ronan Abhamon
e7f35139b6 fix(AbstractDb): test correctly IOS backend 2017-11-03 12:02:49 +01:00
Sylvain Berfini
4a046d10f7 Fixed previous commit 2017-11-03 11:45:01 +01:00
Sylvain Berfini
b18d8a7001 Added missing final slash in Android paths 2017-11-03 11:41:51 +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
58d5c632aa fix(MainDb): remove L_ASSERT(core) 2017-11-03 11:23:32 +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
8e05e6a21f Fixed a crash with group chat rooms created when receiving a REFER, see comment for details and check it doesn't impact server 2017-10-31 18:20:27 +01:00
Sylvain Berfini
2a64f69f35 Moved insertChatRoom to public part of private core 2017-10-31 17:35:43 +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
Benjamin Reis
087aeaf0d0 confernce is already created when the refer is received 2017-10-31 09:31:34 +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
c927f68ad0 feat(MainDb): add logs 2017-10-30 10:30:01 +01:00
Ronan Abhamon
43947bee19 fix(Core): more robust deleteChatRoom impl 2017-10-30 09:35:49 +01:00
Ronan Abhamon
f337228785 fix(Core): fix log text 2017-10-30 09:25:57 +01:00
Sylvain Berfini
f276a82f46 Fixed crash in deleteChatRoom 2017-10-27 16:42:59 +02:00
Sylvain Berfini
22986f1840 Do not load soci shared lib anymore 2017-10-27 16:06:54 +02:00
Benjamin Reis
a859c185b5 create data path and config path on ios if they do not exist 2017-10-27 15:54:43 +02:00
Benjamin Reis
20f8fe59a4 fix crash in soci in Android and iOS 2017-10-27 15:52:52 +02:00
Ronan Abhamon
8523c03deb fix(core): repair build 2017-10-27 15:24:20 +02:00
Ronan Abhamon
77639532bd fix(MainDb): log unfetched events 2017-10-27 15:02:52 +02:00
Ronan Abhamon
d94a764999 feat(Core): add tmp workaround on findChatRoom 2017-10-27 14:58:27 +02:00
Sylvain Berfini
b914ae9741 Do not add event from history if shared_ptr is null 2017-10-27 14:41:46 +02:00
Ronan Abhamon
7106d92b84 fix(ChatRoom): remove useless includes in ServerGroupChatRoomStub, fix conding style, ... 2017-10-27 14:41:27 +02:00
Ronan Abhamon
6aabd89f5a fix(chat): fix partially previous merge 2017-10-27 14:34:29 +02:00
Ronan Abhamon
4315f674f7 fix(callbacks): fix partially previous merge 2017-10-27 14:28:05 +02:00
Ronan Abhamon
90d8d651cb feat(Core): use a separate file for chat-room low api 2017-10-27 14:11:51 +02:00
Erwan Croze
64e550f764 Merge fix for client group chat room 2017-10-27 13:44:42 +02:00
Ronan Abhamon
bd9af1601e feat(MainDbTester): add a get_conference_notified_events test 2017-10-27 12:00:41 +02:00
Ronan Abhamon
c30a7b48f5 feat(MainDb): fetch chat rooms ordered by last update 2017-10-27 11:05:17 +02:00
Ronan Abhamon
a5c246f29f fix(MainDbTester): use new data 2017-10-27 10:58:32 +02:00
Ronan Abhamon
54e0f253f5 feat(MainDb): add getConferenceNotifiedEvents impl 2017-10-27 10:44:37 +02:00
Ronan Abhamon
a100df8524 feat(Tester): add some data in linphone.db 2017-10-27 09:36:15 +02:00
Ronan Abhamon
b64ae8a57b fix(Core): load correctly chat rooms 2017-10-27 09:23:33 +02:00
Sylvain Berfini
2f97587d53 Fixed issue with android platform helper and DNS servers + added logs into android platform helper 2017-10-26 18:04:43 +02:00