mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
jamiaccount: send proxy to client through volatile details
Change-Id: Ia1d00fcb5f043f06f8ad93c391083b2c38e35aea
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user