aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppSaslAuth.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppSaslAuth.h')
-rw-r--r--src/base/QXmppSaslAuth.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/base/QXmppSaslAuth.h b/src/base/QXmppSaslAuth.h
index b332e73b..411d8a6f 100644
--- a/src/base/QXmppSaslAuth.h
+++ b/src/base/QXmppSaslAuth.h
@@ -125,6 +125,9 @@ public:
QString password() const;
void setPassword(const QString &password);
+ QByteArray passwordDigest() const;
+ void setPasswordDigest(const QByteArray &digest);
+
QString realm() const;
void setRealm(const QString &realm);