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
b3959f49
Commit
b3959f49
authored
1 week ago
by
Mickaël Turnel
Browse files
Options
Download
Plain Diff
Merge branch 'release/5.4'
parents
65ae5fde
4a3375e6
master
feature/swift_push_unit_tests
fix/workaround_for_sip_simple_messages_with_bad_to_header
5.5.0-alpha
No related merge requests found
Changes
212
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
CHANGELOG.md
+6
-3
CHANGELOG.md
CMakeLists.txt
+18
-0
CMakeLists.txt
cmake/FindMsAaudio.cmake
+56
-0
cmake/FindMsAaudio.cmake
cmake/FindMsAndroidCamera2.cmake
+56
-0
cmake/FindMsAndroidCamera2.cmake
cmake/FindMsWebRtc.cmake
+56
-0
cmake/FindMsWebRtc.cmake
config.h.cmake
+3
-0
config.h.cmake
console/commands.c
+1
-1
console/commands.c
coreapi/authentication.c
+6
-3
coreapi/authentication.c
coreapi/callbacks.c
+40
-27
coreapi/callbacks.c
coreapi/chat.c
+43
-33
coreapi/chat.c
coreapi/help/examples/C/buddy_status.c
+1
-1
coreapi/help/examples/C/buddy_status.c
coreapi/help/examples/C/notify.c
+1
-1
coreapi/help/examples/C/notify.c
coreapi/help/examples/C/registration.c
+1
-1
coreapi/help/examples/C/registration.c
coreapi/linphonecore.c
+207
-132
coreapi/linphonecore.c
coreapi/misc.c
+0
-4
coreapi/misc.c
coreapi/private_functions.h
+0
-1
coreapi/private_functions.h
coreapi/proxy.c
+2
-2
coreapi/proxy.c
coreapi/tester_utils.h
+16
-0
coreapi/tester_utils.h
daemon/commands/register.cc
+1
-1
daemon/commands/register.cc
include/linphone/api/c-account-params.h
+21
-4
include/linphone/api/c-account-params.h
with
535 additions
and
214 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