QXmpp Version: 1.13.0
Loading...
Searching...
No Matches
QXmppPasswordReply Class Reference

The QXmppPasswordReply class represents a password reply. More...

#include <QXmppPasswordChecker.h>

Public Types

enum  Error { NoError = 0 , AuthorizationError , TemporaryError }
 This enum is used to describe authentication errors.

Public Member Functions

 QXmppPasswordReply (QObject *parent=nullptr)
 Constructs a new QXmppPasswordReply.
QByteArray digest () const
 Returns the received MD5 digest.
void setDigest (const QByteArray &digest)
 Sets the received MD5 digest.
QString password () const
 Returns the received password.
void setPassword (const QString &password)
 Sets the received password.
QXmppPasswordReply::Error error () const
void setError (QXmppPasswordReply::Error error)
bool isFinished () const
 Returns true when the reply has finished.
Q_SLOT void finish ()
 Mark reply as finished.
Q_SLOT void finishLater ()
 Delay marking reply as finished.
Q_SIGNAL void finished ()
 This signal is emitted when the reply has finished.

Detailed Description

The QXmppPasswordReply class represents a password reply.

Member Function Documentation

◆ error()

QXmppPasswordReply::Error QXmppPasswordReply::error ( ) const

Returns the error that was found during the processing of this request.

If no error was found, returns NoError.

◆ setError()

void QXmppPasswordReply::setError ( QXmppPasswordReply::Error error)

Returns the error that was found during the processing of this request.


The documentation for this class was generated from the following files: