diff options
Diffstat (limited to 'src/base/QXmppStun.h')
| -rw-r--r-- | src/base/QXmppStun.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/base/QXmppStun.h b/src/base/QXmppStun.h index 62cab200..41659b7f 100644 --- a/src/base/QXmppStun.h +++ b/src/base/QXmppStun.h @@ -169,15 +169,9 @@ class QXMPP_EXPORT QXmppIceComponent : public QXmppLoggable public: ~QXmppIceComponent(); - void setStunServer(const QHostAddress &host, quint16 port); - void setTurnServer(const QHostAddress &host, quint16 port); - void setTurnUser(const QString &user); - void setTurnPassword(const QString &password); - - QList<QXmppJingleCandidate> localCandidates() const; - int component() const; bool isConnected() const; + QList<QXmppJingleCandidate> localCandidates() const; static QList<QHostAddress> discoverAddresses(); static QList<QUdpSocket*> reservePorts(const QList<QHostAddress> &addresses, int count, QObject *parent = 0); |
