Skip to content
Snippets Groups Projects
Commit cc77af35 authored by Adrien Béraud's avatar Adrien Béraud Committed by Guillaume Roguez
Browse files

rebranding: use PACKAGE_NAME for user agent

Refs #64797

Change-Id: I338d8b1fb78a84f3c45a422817cd7d847098d637
parent e4051fbb
Branches
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ const char * const Account::HOSTNAME_KEY = "hostname"; ...@@ -79,7 +79,7 @@ const char * const Account::HOSTNAME_KEY = "hostname";
const char * const Account::ACCOUNT_ENABLE_KEY = "enable"; const char * const Account::ACCOUNT_ENABLE_KEY = "enable";
const char * const Account::ACCOUNT_AUTOANSWER_KEY = "autoAnswer"; const char * const Account::ACCOUNT_AUTOANSWER_KEY = "autoAnswer";
const char * const Account::MAILBOX_KEY = "mailbox"; const char * const Account::MAILBOX_KEY = "mailbox";
const char * const Account::DEFAULT_USER_AGENT = "SFLphone/" PACKAGE_VERSION; const char * const Account::DEFAULT_USER_AGENT = PACKAGE_NAME "/" PACKAGE_VERSION;
const char * const Account::USER_AGENT_KEY = "useragent"; const char * const Account::USER_AGENT_KEY = "useragent";
const char * const Account::HAS_CUSTOM_USER_AGENT_KEY = "hasCustomUserAgent"; const char * const Account::HAS_CUSTOM_USER_AGENT_KEY = "hasCustomUserAgent";
const char * const Account::PRESENCE_MODULE_ENABLED_KEY = "presenceModuleEnabled"; const char * const Account::PRESENCE_MODULE_ENABLED_KEY = "presenceModuleEnabled";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment