aboutsummaryrefslogtreecommitdiff
path: root/lib/connection.h
diff options
context:
space:
mode:
authorJosip Delic <delijati@googlemail.com>2018-08-25 13:33:24 +0200
committerJosip Delic <delijati@googlemail.com>2018-08-25 13:33:24 +0200
commit41b408334619a6e755fffbef1c40e7165ab0e0f7 (patch)
tree5b80abd7d64cf40dd566c7146d198323a3a32074 /lib/connection.h
parente507ca582b1b243ee4422a4a3e0b11b28697cb16 (diff)
downloadlibquotient-41b408334619a6e755fffbef1c40e7165ab0e0f7.tar.gz
libquotient-41b408334619a6e755fffbef1c40e7165ab0e0f7.zip
Update marius voip to new libqtmc
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 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:
/**