From cc77af359ae138f40c8626608abee32f110f5635 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Tue, 27 Jan 2015 11:48:41 -0500
Subject: [PATCH] rebranding: use PACKAGE_NAME for user agent

Refs #64797

Change-Id: I338d8b1fb78a84f3c45a422817cd7d847098d637
---
 daemon/src/account.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/src/account.cpp b/daemon/src/account.cpp
index 34ebabb595..51c150dc4a 100644
--- a/daemon/src/account.cpp
+++ b/daemon/src/account.cpp
@@ -79,7 +79,7 @@ const char * const Account::HOSTNAME_KEY                = "hostname";
 const char * const Account::ACCOUNT_ENABLE_KEY          = "enable";
 const char * const Account::ACCOUNT_AUTOANSWER_KEY      = "autoAnswer";
 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::HAS_CUSTOM_USER_AGENT_KEY   = "hasCustomUserAgent";
 const char * const Account::PRESENCE_MODULE_ENABLED_KEY = "presenceModuleEnabled";
-- 
GitLab