diff options
Diffstat (limited to 'lib/connection.h')
-rw-r--r-- | lib/connection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/connection.h b/lib/connection.h index 9b253711..238024aa 100644 --- a/lib/connection.h +++ b/lib/connection.h @@ -242,6 +242,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. @@ -616,6 +617,7 @@ namespace QMatrixClient IgnoredUsersList removals); void cacheStateChanged(); + void turnServersChanged(const QJsonObject& servers); protected: /** |