Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
jami-daemon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
130
Issues
130
List
Boards
Labels
Service Desk
Milestones
Iterations
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
savoirfairelinux
jami-daemon
Commits
21f87a2f
Commit
21f87a2f
authored
Apr 23, 2015
by
Emmanuel Lepage Vallee
Committed by
Guillaume Roguez
Apr 23, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dring: add turn constants
Refs #71564 Change-Id: Ifabc7a4d4b50047e96aae0966f8192efba922904
parent
1124f4ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
src/dring/account_const.h
src/dring/account_const.h
+7
-0
No files found.
src/dring/account_const.h
View file @
21f87a2f
...
...
@@ -134,6 +134,13 @@ constexpr static const char ENABLED [] = "STUN.enable";
}
//namespace DRing::Account::ConfProperties::STUN
namespace
TURN
{
constexpr
static
const
char
SERVER
[]
=
"TURN.server"
;
constexpr
static
const
char
ENABLED
[]
=
"TURN.enable"
;
}
//namespace DRing::Account::ConfProperties::TURN
namespace
Presence
{
constexpr
static
const
char
SUPPORT_PUBLISH
[]
=
"Account.presencePublishSupported"
;
...
...
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