QXmpp Version: 1.11.0
|
The QXmppIncomingServer class represents an incoming XMPP stream from an XMPP server. More...
#include <QXmppIncomingServer.h>
Public Member Functions | |
QXmppIncomingServer (QSslSocket *socket, const QString &domain, QObject *parent) | |
bool | isConnected () const |
void | disconnectFromHost () |
Disconnects from the remote host. | |
QString | localStreamId () const |
Returns the stream's identifier. | |
bool | sendPacket (const QXmppNonza &) |
Sends an XMPP packet to the peer. | |
Q_SLOT bool | sendData (const QByteArray &) |
Sends raw data to the peer. | |
Q_SIGNAL void | connected () |
This signal is emitted when the stream is connected. | |
Q_SIGNAL void | disconnected () |
This signal is emitted when the stream is disconnected. | |
Q_SIGNAL void | dialbackRequestReceived (const QXmppDialback &result) |
This signal is emitted when a dialback verify request is received. | |
Q_SIGNAL void | elementReceived (const QDomElement &element) |
This signal is emitted when an element is received. | |
![]() | |
QXmppLoggable (QObject *parent=nullptr) | |
Friends | |
class | QXmppIncomingServerPrivate |
Additional Inherited Members | |
![]() | |
void | setGauge (const QString &gauge, double value) |
Sets the given gauge to value. | |
void | logMessage (QXmppLogger::MessageType type, const QString &msg) |
This signal is emitted to send logging messages. | |
void | updateCounter (const QString &counter, qint64 amount=1) |
Updates the given counter by amount. | |
![]() | |
void | debug (const QString &message) |
void | info (const QString &message) |
void | warning (const QString &message) |
void | logReceived (const QString &message) |
void | logSent (const QString &message) |
The QXmppIncomingServer class represents an incoming XMPP stream from an XMPP server.
QXmppIncomingServer::QXmppIncomingServer | ( | QSslSocket * | socket, |
const QString & | domain, | ||
QObject * | parent | ||
) |
Constructs a new incoming server stream.
socket | The socket for the XMPP stream. |
domain | The local domain. |
parent | The parent QObject for the stream (optional). |
bool QXmppIncomingServer::isConnected | ( | ) | const |
Returns true if the socket is connected and the remote server is authenticated.