Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
liblinphone
Commits
cb486098
Commit
cb486098
authored
Aug 09, 2018
by
Matthieu Tanon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Access max_nb_device_per_participant directly from config
parent
37039a16
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
src/chat/encryption/lime-v2.cpp
src/chat/encryption/lime-v2.cpp
+0
-1
src/chat/encryption/lime-v2.h
src/chat/encryption/lime-v2.h
+0
-1
No files found.
src/chat/encryption/lime-v2.cpp
View file @
cb486098
...
...
@@ -115,7 +115,6 @@ LimeV2::LimeV2 (const std::string &dbAccess, belle_http_provider_t *prov, Linpho
_dbAccess
=
dbAccess
;
belleSipLimeManager
=
unique_ptr
<
BelleSipLimeManager
>
(
new
BelleSipLimeManager
(
dbAccess
,
prov
,
lc
));
lastLimeUpdate
=
linphone_config_get_int
(
lc
->
config
,
"lime"
,
"last_lime_update_time"
,
0
);
maxNbDevicePerParticipant
=
linphone_config_get_int
(
lc
->
config
,
"lime"
,
"max_nb_device_per_participant"
,
1
);
// TODO discuss default value
}
string
LimeV2
::
getX3dhServerUrl
()
const
{
...
...
src/chat/encryption/lime-v2.h
View file @
cb486098
...
...
@@ -91,7 +91,6 @@ public:
private:
std
::
shared_ptr
<
BelleSipLimeManager
>
belleSipLimeManager
;
int
maxNbDevicePerParticipant
;
std
::
time_t
lastLimeUpdate
;
std
::
string
x3dhServerUrl
;
std
::
string
_dbAccess
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment