diff options
Diffstat (limited to 'src/base/QXmppStun.h')
| -rw-r--r-- | src/base/QXmppStun.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/QXmppStun.h b/src/base/QXmppStun.h index f46916c8..fe835daa 100644 --- a/src/base/QXmppStun.h +++ b/src/base/QXmppStun.h @@ -267,6 +267,7 @@ public: void setRemoteUser(const QString &user); void setRemotePassword(const QString &password); + void setStunServers(const QList<QPair<QHostAddress, quint16>> &servers); void setStunServer(const QHostAddress &host, quint16 port = 3478); void setTurnServer(const QHostAddress &host, quint16 port = 3478); void setTurnUser(const QString &user); |
