aboutsummaryrefslogtreecommitdiff
path: root/lib/e2ee.h
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-08-09 23:02:17 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2019-08-09 23:02:17 +0900
commit01570f70926c716441cdb62928231a35af72ebc3 (patch)
tree832bbdc4c75247fb93ce18e76eed02c6674bf55c /lib/e2ee.h
parentb0f259c3aa4ca619a6998184d16f9ab2daf5b5f4 (diff)
parent38f063e75757e97bfe1fda9655ab460454ba99db (diff)
downloadlibquotient-01570f70926c716441cdb62928231a35af72ebc3.tar.gz
libquotient-01570f70926c716441cdb62928231a35af72ebc3.zip
Merge branch 'renaming'
Diffstat (limited to 'lib/e2ee.h')
-rw-r--r--lib/e2ee.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/e2ee.h b/lib/e2ee.h
index c85211be..5a9b83c5 100644
--- a/lib/e2ee.h
+++ b/lib/e2ee.h
@@ -4,7 +4,7 @@
#include <QtCore/QStringList>
-namespace QMatrixClient {
+namespace Quotient {
static const auto CiphertextKeyL = "ciphertext"_ls;
static const auto SenderKeyKeyL = "sender_key"_ls;
static const auto DeviceIdKeyL = "device_id"_ls;
@@ -28,4 +28,4 @@ static const auto MegolmV1AesSha2AlgoKey =
QStringLiteral("m.megolm.v1.aes-sha2");
static const QStringList SupportedAlgorithms = { OlmV1Curve25519AesSha2AlgoKey,
MegolmV1AesSha2AlgoKey };
-} // namespace QMatrixClient
+} // namespace Quotient