aboutsummaryrefslogtreecommitdiff
path: root/lib/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/connection.h')
-rw-r--r--lib/connection.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/connection.h b/lib/connection.h
index 165d8d68..4a475319 100644
--- a/lib/connection.h
+++ b/lib/connection.h
@@ -680,6 +680,10 @@ public Q_SLOTS:
void encryptionUpdate(Room *room);
PicklingMode picklingMode() const;
QJsonObject decryptNotification(const QJsonObject &notification);
+
+ QStringList devicesForUser(User* user) const;
+ QString curveKeyForUserDevice(const QString &user, const QString& device) const;
+ QString edKeyForUserDevice(const QString& user, const QString& device) const;
#endif
Q_SIGNALS:
/// \brief Initial server resolution has failed