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
28a3fda7
Commit
28a3fda7
authored
7 months ago
by
Mickaël Turnel
Committed by
Sylvain Berfini
7 months ago
Browse files
Options
Download
Patches
Plain Diff
Add search functionality for chat rooms
parent
58dc50cb
master
feature/AEC3
feature/add-security-alert-param
feature/load-static-ms2-plugins
feature/medialess
feature/swift_push_unit_tests
feature/test-new-ccmp-deployment
feature/to-delete-compile-last-wrapper
fix/ECC-for-desktop
fix/auth_info_finding
fix/ccmp_conference_description_master
fix/chat_lesage_local_address_no_contact
fix/copy_message_id_content_operator
fix/didUpdatePushCredentials_debug_investigation
fix/encrypted_chat_subscription_failed
fix/encryption-changed-callback
fix/import-from-legacy-db
fix/jvm_cpp_wrapper_on_android
fix/message_not_sent_rework
fix/null_pointer_expcetion
fix/paused_by_remote_no_rtp_timeout_master
fix/plugin_timeout
fix/startup_restart
fix/stream_allocation_no_label
fix/tone-indications
fix/transfer_state
fix/unsubscribe_upon_core_stop
fix/webrtc-ice
fix/window_build_dec24
release/5.4
test/ansible
test/call_no_routes
5.5.0-alpha
5.4.0
5.4.0-beta
1 merge request
!3183
Add search functionality for chat rooms
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
include/linphone/api/c-chat-room.h
+135
-59
include/linphone/api/c-chat-room.h
include/linphone/api/c-types.h
+15
-0
include/linphone/api/c-types.h
include/linphone/enums/chat-room-enums.h
+14
-0
include/linphone/enums/chat-room-enums.h
src/c-wrapper/api/c-chat-room.cpp
+41
-0
src/c-wrapper/api/c-chat-room.cpp
src/chat/chat-room/abstract-chat-room.h
+22
-0
src/chat/chat-room/abstract-chat-room.h
src/chat/chat-room/chat-room.cpp
+29
-0
src/chat/chat-room/chat-room.cpp
src/chat/chat-room/chat-room.h
+11
-0
src/chat/chat-room/chat-room.h
src/chat/chat-room/client-chat-room.cpp
+12
-0
src/chat/chat-room/client-chat-room.cpp
src/chat/chat-room/client-chat-room.h
+3
-0
src/chat/chat-room/client-chat-room.h
src/db/main-db.cpp
+173
-0
src/db/main-db.cpp
src/db/main-db.h
+12
-0
src/db/main-db.h
tester/db/chatrooms.db
+0
-0
tester/db/chatrooms.db
tester/group_chat_tester.c
+15
-2
tester/group_chat_tester.c
tester/main-db-tester.cpp
+89
-1
tester/main-db-tester.cpp
with
571 additions
and
62 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