Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
66574802
Commit
66574802
authored
4 years ago
by
Sébastien Blin
Committed by
Adrien Béraud
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
jamiaccount: fix regex for clang
Change-Id: Ib4782138e0c428531f15cc9b67d12f2ec7ae556a
parent
69f55997
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/jamidht/jamiaccount.cpp
+1
-1
1 addition, 1 deletion
src/jamidht/jamiaccount.cpp
with
1 addition
and
1 deletion
src/jamidht/jamiaccount.cpp
+
1
−
1
View file @
66574802
...
@@ -218,7 +218,7 @@ static constexpr const char* DEFAULT_TURN_USERNAME = "ring";
...
@@ -218,7 +218,7 @@ static constexpr const char* DEFAULT_TURN_USERNAME = "ring";
static
constexpr
const
char
*
DEFAULT_TURN_PWD
=
"ring"
;
static
constexpr
const
char
*
DEFAULT_TURN_PWD
=
"ring"
;
static
constexpr
const
char
*
DEFAULT_TURN_REALM
=
"ring"
;
static
constexpr
const
char
*
DEFAULT_TURN_REALM
=
"ring"
;
static
const
auto
PROXY_REGEX
=
std
::
regex
(
static
const
auto
PROXY_REGEX
=
std
::
regex
(
"(https?://)?([
\\
w
\\
.
\\
-
\\
_
\\
~]+)(:(
\\
d+)|:
\\
[(.+)-(.+)
\\
])?"
);
"(https?://)?([
\\
w
\\
.
\\
-_
\\
~]+)(:(
\\
d+)|:
\\
[(.+)-(.+)
\\
])?"
);
static
const
std
::
string
PEER_DISCOVERY_JAMI_SERVICE
=
"jami"
;
static
const
std
::
string
PEER_DISCOVERY_JAMI_SERVICE
=
"jami"
;
const
constexpr
auto
PEER_DISCOVERY_EXPIRATION
=
std
::
chrono
::
minutes
(
1
);
const
constexpr
auto
PEER_DISCOVERY_EXPIRATION
=
std
::
chrono
::
minutes
(
1
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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