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
ab6f19f1
Commit
ab6f19f1
authored
5 years ago
by
Mickaël Turnel
Browse files
Options
Download
Patches
Plain Diff
Add options to enable/disable advanced IM and database storage
parent
f3825f58
No related merge requests found
Changes
29
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
CMakeLists.txt
+15
-6
CMakeLists.txt
config.h.cmake
+2
-0
config.h.cmake
coreapi/callbacks.c
+16
-0
coreapi/callbacks.c
coreapi/chat.c
+2
-0
coreapi/chat.c
coreapi/factory.c
+30
-1
coreapi/factory.c
coreapi/im_notif_policy.c
+15
-0
coreapi/im_notif_policy.c
coreapi/linphonecore.c
+14
-0
coreapi/linphonecore.c
include/linphone/factory.h
+22
-0
include/linphone/factory.h
src/CMakeLists.txt
+70
-46
src/CMakeLists.txt
src/c-wrapper/api/c-chat-room.cpp
+19
-0
src/c-wrapper/api/c-chat-room.cpp
src/c-wrapper/api/c-participant-device-identity.cpp
+22
-0
src/c-wrapper/api/c-participant-device-identity.cpp
src/chat/notification/imdn.cpp
+17
-0
src/chat/notification/imdn.cpp
src/chat/notification/is-composing.cpp
+12
-0
src/chat/notification/is-composing.cpp
src/conference/conference.cpp
+13
-0
src/conference/conference.cpp
src/conference/local-conference-p.h
+6
-0
src/conference/local-conference-p.h
src/conference/local-conference.cpp
+10
-0
src/conference/local-conference.cpp
src/conference/remote-conference.cpp
+10
-0
src/conference/remote-conference.cpp
src/core/core-chat-room.cpp
+37
-4
src/core/core-chat-room.cpp
src/core/core-p.h
+2
-0
src/core/core-p.h
src/core/core.cpp
+43
-23
src/core/core.cpp
with
377 additions
and
80 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