Skip to content
Snippets Groups Projects
Commit 426c064f authored by Adrien Béraud's avatar Adrien Béraud
Browse files

jamiaccount: send proxy to client through volatile details

Change-Id: Ia1d00fcb5f043f06f8ad93c391083b2c38e35aea
parent 224152f7
No related branches found
No related tags found
No related merge requests found
......@@ -1522,6 +1522,7 @@ JamiAccount::getVolatileAccountDetails() const
if (not registeredName_.empty())
a.emplace(DRing::Account::VolatileProperties::REGISTERED_NAME, registeredName_);
#endif
a.emplace(DRing::Account::ConfProperties::PROXY_SERVER, proxyServerCached_);
a.emplace(DRing::Account::VolatileProperties::DEVICE_ANNOUNCED,
deviceAnnounced_ ? TRUE_STR : FALSE_STR);
......
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