summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-11-22 11:35:54 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-11-22 12:26:55 (GMT)
commit1621d7001dbc560df9d5e497db47cf315a2c83a9 (patch)
treed6d1ff106621a31d31bb878e4e042d791242a073 /Swiften/SASL/SCRAMSHA1ClientAuthenticator.h
parent4bfb75b3dd40bdbfc3a142dc43ecfbebedcc4d3a (diff)
downloadswift-1621d7001dbc560df9d5e497db47cf315a2c83a9.zip
swift-1621d7001dbc560df9d5e497db47cf315a2c83a9.tar.bz2
Added SCRAM-SHA-1 unit test for final client message.
Diffstat (limited to 'Swiften/SASL/SCRAMSHA1ClientAuthenticator.h')
-rw-r--r--Swiften/SASL/SCRAMSHA1ClientAuthenticator.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Swiften/SASL/SCRAMSHA1ClientAuthenticator.h b/Swiften/SASL/SCRAMSHA1ClientAuthenticator.h
index ec800cc..9504b35 100644
--- a/Swiften/SASL/SCRAMSHA1ClientAuthenticator.h
+++ b/Swiften/SASL/SCRAMSHA1ClientAuthenticator.h
@@ -11,8 +11,8 @@ namespace Swift {
public:
SCRAMSHA1ClientAuthenticator(const String& nonce);
- ByteArray getResponse();
- bool setChallenge(const ByteArray&);
+ virtual ByteArray getResponse();
+ virtual bool setChallenge(const ByteArray&);
private:
ByteArray getInitialBareClientMessage() const;