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
4dfbf7af
Commit
4dfbf7af
authored
5 days ago
by
Sylvain Berfini
Browse files
Options
Download
Patches
Plain Diff
Using same workaround that is used for calls but for SIP simple messages
parent
9a3402a0
release/5.4
fix/audio_video_conference_factory_crash
fix/backport_deadlock
fix/retry_action_update
fix/stream_allocation_no_label
5.4.4
5.4.3
1 merge request
!3499
Using same workaround that is used for calls but for SIP simple messages
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
coreapi/tester_utils.cpp
+7
-0
coreapi/tester_utils.cpp
coreapi/tester_utils.h
+3
-0
coreapi/tester_utils.h
include/linphone/api/c-chat-room.h
+7
-0
include/linphone/api/c-chat-room.h
src/c-wrapper/api/c-chat-room.cpp
+5
-0
src/c-wrapper/api/c-chat-room.cpp
src/chat/chat-room/basic-chat-room.cpp
+4
-0
src/chat/chat-room/basic-chat-room.cpp
src/chat/chat-room/basic-chat-room.h
+1
-0
src/chat/chat-room/basic-chat-room.h
src/conference/conference.h
+2
-2
src/conference/conference.h
src/conference/session/call-session.cpp
+14
-16
src/conference/session/call-session.cpp
src/core/core-chat-room.cpp
+60
-0
src/core/core-chat-room.cpp
src/core/core.cpp
+1
-1
src/core/core.cpp
src/core/core.h
+3
-0
src/core/core.h
src/db/main-db.cpp
+4
-2
src/db/main-db.cpp
tester/message_tester.c
+99
-0
tester/message_tester.c
with
210 additions
and
21 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