5 #ifndef QXMPPTURNSERVER_H 6 #define QXMPPTURNSERVER_H 8 #include "QXmppGlobal.h" 10 #include <QHostAddress> 32 #endif // QXMPPTURNSERVER_H
QHostAddress host
host address of the TURN server
Definition: QXmppTurnServer.h:21
TURN server address.
Definition: QXmppTurnServer.h:19
QString username
username for authentication
Definition: QXmppTurnServer.h:25
quint16 port
port of the TURN server (default: 3478)
Definition: QXmppTurnServer.h:23
QString password
password for authentication
Definition: QXmppTurnServer.h:27