Changeset View
Changeset View
Standalone View
Standalone View
src/client/actions/encryption.hpp
| /* | /* | ||||
| * This file is part of libkazv. | * This file is part of libkazv. | ||||
| * SPDX-FileCopyrightText: 2021 Tusooa Zhu <tusooa@kazv.moe> | * SPDX-FileCopyrightText: 2021-2026 tusooa <tusooa@kazv.moe> | ||||
| * SPDX-License-Identifier: AGPL-3.0-or-later | * SPDX-License-Identifier: AGPL-3.0-or-later | ||||
| */ | */ | ||||
| #pragma once | #pragma once | ||||
| #include <libkazv-config.hpp> | #include <libkazv-config.hpp> | ||||
| #include "client-model.hpp" | #include "client-model.hpp" | ||||
| Show All 16 Lines | namespace Kazv | ||||
| ClientResult updateClient(ClientModel m, EncryptMegOlmEventAction a); | ClientResult updateClient(ClientModel m, EncryptMegOlmEventAction a); | ||||
| ClientResult updateClient(ClientModel m, SetDeviceTrustLevelAction a); | ClientResult updateClient(ClientModel m, SetDeviceTrustLevelAction a); | ||||
| ClientResult updateClient(ClientModel m, SetTrustLevelNeededToSendKeysAction a); | ClientResult updateClient(ClientModel m, SetTrustLevelNeededToSendKeysAction a); | ||||
| ClientResult updateClient(ClientModel m, PrepareForSharingRoomKeyAction a); | ClientResult updateClient(ClientModel m, PrepareForSharingRoomKeyAction a); | ||||
| ClientResult updateClient(ClientModel m, ImportFromKeyBackupFileAction a); | |||||
| } | } | ||||