Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
liblinphone
Commits
c915a25d
Commit
c915a25d
authored
2 weeks ago
by
Sylvain Berfini
Browse files
Options
Download
Patches
Plain Diff
Added related chat message ID on Content
parent
5152ddd3
master
feature/swift_push_unit_tests
fix/audio_video_conference_factory_crash
fix/copy_message_id_content_operator
fix/ios_destroy_platform_helper_on_core_stop
fix/stream_allocation_no_label
fix/workaround_for_sip_simple_messages_with_bad_to_header
release/5.4
5.5.0-alpha
5.4.4
5.4.3
5.4.2
5.4.1
5.4.0
1 merge request
!3464
Feature/store message id in content
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
include/linphone/api/c-content.h
+9
-0
include/linphone/api/c-content.h
src/c-wrapper/api/c-content.cpp
+5
-0
src/c-wrapper/api/c-content.cpp
src/chat/chat-message/chat-message.cpp
+8
-0
src/chat/chat-message/chat-message.cpp
src/chat/modifier/file-transfer-chat-message-modifier.cpp
+4
-0
src/chat/modifier/file-transfer-chat-message-modifier.cpp
src/chat/modifier/multipart-chat-message-modifier.cpp
+1
-0
src/chat/modifier/multipart-chat-message-modifier.cpp
src/content/content.cpp
+8
-0
src/content/content.cpp
src/content/content.h
+4
-0
src/content/content.h
src/db/main-db.cpp
+12
-2
src/db/main-db.cpp
tester/group_chat_tester.c
+15
-1
tester/group_chat_tester.c
tester/message_tester.c
+4
-0
tester/message_tester.c
with
70 additions
and
3 deletions
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets