Skip to content
Snippets Groups Projects
Unverified Commit 2572d43e authored by Sébastien Blin's avatar Sébastien Blin
Browse files

config: add managerUri to properties

Change-Id: Iba5b478997f9549a486566d6cddb666091b0e710
parent f42ae4a2
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,7 @@ struct ConfProperties_t {
std::string localInterface;
std::string deviceId;
std::string deviceName;
std::string managerUri;
bool publishedSameAsLocal;
int localPort;
int publishedPort;
......
......@@ -726,6 +726,8 @@ account::Info::fromDetails(const MapStringString& details)
confProperties.RingNS.account = toStdString(details[ConfProperties::RingNS::ACCOUNT]);
// Registration
confProperties.Registration.expire = toInt(details[ConfProperties::Registration::EXPIRE]);
// Jams
confProperties.managerUri = toStdString(details[ConfProperties::MANAGER_URI]);
}
MapStringString
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment