aboutsummaryrefslogtreecommitdiff
path: root/lib/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/connection.h')
-rw-r--r--lib/connection.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/connection.h b/lib/connection.h
index 3eefb625..cfad8774 100644
--- a/lib/connection.h
+++ b/lib/connection.h
@@ -271,6 +271,7 @@ namespace QMatrixClient
[[deprecated("Use accessToken() instead")]]
Q_INVOKABLE QString token() const;
+ Q_INVOKABLE void getTurnServers();
/**
* Call this before first sync to load from previously saved file.
@@ -650,6 +651,7 @@ namespace QMatrixClient
IgnoredUsersList removals);
void cacheStateChanged();
+ void turnServersChanged(const QJsonObject& servers);
protected:
/**