Sylvain Berfini
8a0b066960
Changes in transient messages in chat room, replaced by transient event logs
2017-11-24 10:44:20 +01:00
Ronan Abhamon
9d5d9ffc28
fix(content-manager-tester): fix build
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
Sylvain Berfini
f661520d27
Improved test
2017-11-22 14:30:03 +01:00
Sylvain Berfini
bb9cf6a74f
Reworked iscomposing addresses cache
2017-11-22 14:02:40 +01:00
Ronan Abhamon
385284596e
feat(ChatRoom): provide a get creation/last update time accessor
2017-11-22 11:23:30 +01:00
Ronan Abhamon
d41e2d5df5
fix(core): coding style, avoid spaces => use tabs instead, alignment...
2017-11-22 11:18:41 +01:00
Danmei Chen
5bf7df6627
change tests for SHA-256 to use different account
2017-11-21 17:10:02 +01:00
Danmei Chen
eb0fa39f97
Add test for MD5 and SHA-256 in register_test. Tests SHA-256 are supported with flexisip
2017-11-21 17:10:02 +01:00
Ronan Abhamon
13f4afe165
feat(MainDb): supports local chat room id
2017-11-21 14:21:42 +01:00
Ghislain MARY
bb5b22b932
Use IdentityAddress in conference.
2017-11-21 10:43:20 +01:00
Benjamin Reis
1a791f0d8c
add sips to conference event tester
2017-11-20 17:21:35 +01:00
Benjamin Reis
e1122d15f5
add multipart notify support for conference events
2017-11-20 14:52:15 +01:00
Ronan Abhamon
1ca9d64af8
feat(core): avoid virtual inheritance of CoreAccessor
2017-11-17 15:49:45 +01:00
Benjamin Reis
b133c5899f
fix tester build on ios
2017-11-17 14:14:21 +01:00
Ghislain MARY
902cb50104
Merge SimpleAddress and GruuAddress classes into a single IdentityAddress class.
2017-11-16 16:05:18 +01:00
Ronan Abhamon
105e63f271
feat(core): provide a local address on chat room (the core is dead now)
2017-11-15 14:47:06 +01:00
Ronan Abhamon
dc00b58e98
feat(MainDb): log durations
2017-11-09 14:48:14 +01:00
Ronan Abhamon
ad05dbbdba
fix(MainDb): fix sql schema
2017-11-09 12:47:58 +01:00
Sylvain Berfini
4957187dfb
More cleanup in ChatMessage
2017-11-09 12:27:35 +01:00
Sylvain Berfini
f5fa5101fc
Improved two file transfer test
2017-11-08 16:14:45 +01:00
Ghislain MARY
64802f026b
Remove useless conference tester.
2017-11-08 15:28:54 +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
Ghislain MARY
4cd5e7aeab
Change the state of the ClientGroupChatRoom to created only when the first NOTIFY has been received.
2017-11-08 12:14:02 +01:00
Benjamin Reis
fe01419470
Do not store nor notify app for full state generated events
2017-11-08 11:58:08 +01:00
Sylvain Berfini
5d47a1093d
Fixed compil
2017-11-07 17:47:58 +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
Benjamin Reis
d97c796d26
add isFullState info to conference-event-packages-callbacks
2017-11-03 15:56:19 +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
Ronan Abhamon
bd9af1601e
feat(MainDbTester): add a get_conference_notified_events test
2017-10-27 12:00:41 +02:00
Ronan Abhamon
a5c246f29f
fix(MainDbTester): use new data
2017-10-27 10:58:32 +02:00
Ronan Abhamon
a100df8524
feat(Tester): add some data in linphone.db
2017-10-27 09:36:15 +02:00
Ronan Abhamon
5c0b416b76
feat(MainDb): supports correctly foreign keys, fix db schema, ...
2017-10-26 14:55:26 +02:00
Benjamin Reis
9c291ba2c4
add content-manager and content-manager tester
2017-10-26 10:52:57 +02:00
Ronan Abhamon
34b2882e38
feat(Core): use chat room api from new core
2017-10-26 10:09:39 +02:00
Ronan Abhamon
6467c77042
feat(MainDb): supports getHistory and getHistoryRange
2017-10-24 17:31:52 +02:00
Sylvain Berfini
4bfbe3d9d4
Added more tests to multipart tester
2017-10-24 10:00:39 +02:00
Ronan Abhamon
fde89d36e2
feat(MainDb): supports MySql types and rowid from sqlite
2017-10-23 15:54:25 +02:00
Ronan Abhamon
a9418e190d
feat(Tester): provide a linphone.db
2017-10-23 13:26:48 +02:00
Ronan Abhamon
0e62f94557
feat(MainDb): rename tester
2017-10-23 11:29:37 +02:00
Ronan Abhamon
44507caa79
feat(MainDb): fetch in progress
2017-10-20 17:18:37 +02:00
Ronan Abhamon
353411e16a
feat(MainDb): fetch partially history
2017-10-20 15:37:56 +02:00
Ronan Abhamon
e97343cb78
feat(Event): ChatMessageEvent is now a ConferenceEvent
2017-10-20 13:51:56 +02:00
Sylvain Berfini
c88983da3d
Fixed compil for android armv7, issue was cast increases required alignment from 4 to 8
2017-10-20 10:43:06 +02:00
Sylvain Berfini
d5e59ae6ee
content_set_buffer now takes a uint8_t* instead of a void* so it can be correctly wrapped automatically
2017-10-19 10:44:13 +02:00
Benjamin Reis
fe807ccae1
fix build in tester
2017-10-17 17:19:00 +02:00