diff options
author | Josip Delic <delijati@googlemail.com> | 2018-08-25 13:33:24 +0200 |
---|---|---|
committer | Josip Delic <delijati@googlemail.com> | 2018-08-25 13:33:24 +0200 |
commit | 41b408334619a6e755fffbef1c40e7165ab0e0f7 (patch) | |
tree | 5b80abd7d64cf40dd566c7146d198323a3a32074 /lib/connection.h | |
parent | e507ca582b1b243ee4422a4a3e0b11b28697cb16 (diff) | |
download | libquotient-41b408334619a6e755fffbef1c40e7165ab0e0f7.tar.gz libquotient-41b408334619a6e755fffbef1c40e7165ab0e0f7.zip |
Update marius voip to new libqtmc
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: /** |