diff --git a/src/jamidht/jamiaccount.cpp b/src/jamidht/jamiaccount.cpp index e88b560060396dd2f6df298897b7f90c05cc8830..64dd0e5559d698e57c46821c271dd1135974817c 100644 --- a/src/jamidht/jamiaccount.cpp +++ b/src/jamidht/jamiaccount.cpp @@ -1126,7 +1126,7 @@ JamiAccount::getAccountDetails() const } a.emplace(DRing::Account::ConfProperties::RING_DEVICE_NAME, ringDeviceName_); a.emplace(DRing::Account::ConfProperties::Presence::SUPPORT_SUBSCRIBE, TRUE_STR); - if (not archivePath_.empty()) + if (not archivePath_.empty() or not managerUri_.empty()) a.emplace(DRing::Account::ConfProperties::ARCHIVE_HAS_PASSWORD, archiveHasPassword_ ? TRUE_STR : FALSE_STR); /* these settings cannot be changed (read only), but clients should still be