jamiaccount: send proxy to client through volatile details

Change-Id: Ia1d00fcb5f043f06f8ad93c391083b2c38e35aea
This commit is contained in:
Adrien Béraud
2022-10-04 15:56:31 -04:00
parent 224152f7a4
commit 426c064f5e

View File

@ -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);