The QXmppIncomingClient class represents an incoming XMPP stream from an XMPP client.
More...
#include <QXmppIncomingClient.h>
|
| QXmppIncomingClient (QSslSocket *socket, const QString &domain, QObject *parent=nullptr) |
|
bool | isConnected () const |
|
QString | jid () const |
|
bool | sendPacket (const QXmppNonza &) |
| Sends an XMPP packet to the peer.
|
|
Q_SLOT bool | sendData (const QByteArray &) |
| Sends raw data to the peer.
|
|
void | disconnectFromHost () |
| Disconnects from the remote host.
|
|
void | setInactivityTimeout (int secs) |
|
void | setPasswordChecker (QXmppPasswordChecker *checker) |
|
Q_SIGNAL void | elementReceived (const QDomElement &element) |
| This signal is emitted when an element is received.
|
|
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.
|
|
| QXmppLoggable (QObject *parent=nullptr) |
|
|
class | QXmppIncomingClientPrivate |
|
|
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 QXmppIncomingClient class represents an incoming XMPP stream from an XMPP client.
◆ QXmppIncomingClient()
QXmppIncomingClient::QXmppIncomingClient |
( |
QSslSocket * |
socket, |
|
|
const QString & |
domain, |
|
|
QObject * |
parent = nullptr |
|
) |
| |
Constructs a new incoming client stream.
- Parameters
-
socket | The socket for the XMPP stream. |
domain | The local domain. |
parent | The parent QObject for the stream (optional). |
◆ isConnected()
bool QXmppIncomingClient::isConnected |
( |
| ) |
const |
Returns true if the socket is connected, the client is authenticated and a resource is bound.
◆ jid()
QString QXmppIncomingClient::jid |
( |
| ) |
const |
Returns the client's JID. Sends an XMPP packet to the peer.
◆ setInactivityTimeout()
void QXmppIncomingClient::setInactivityTimeout |
( |
int |
secs | ) |
|
Sets the number of seconds after which a client will be disconnected for inactivity.
◆ setPasswordChecker()
Sets the password checker used to verify client credentials.
- Parameters
-
The documentation for this class was generated from the following files: