summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-11-22 17:20:19 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-11-22 17:20:19 (GMT)
commit2c4ea892d1da498e486ce48d80de0eee547375f2 (patch)
tree6c9497468f0f93071fb7e93e258b8c43684619bc /Swiften/SASL/SCRAMSHA1ClientAuthenticator.h
parent497dd9b099e5810057ebcd8a3f6755819cfecdef (diff)
downloadswift-2c4ea892d1da498e486ce48d80de0eee547375f2.zip
swift-2c4ea892d1da498e486ce48d80de0eee547375f2.tar.bz2
Add support for authorization ID to SCRAM-SHA-1.
Diffstat (limited to 'Swiften/SASL/SCRAMSHA1ClientAuthenticator.h')
-rw-r--r--Swiften/SASL/SCRAMSHA1ClientAuthenticator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/SASL/SCRAMSHA1ClientAuthenticator.h b/Swiften/SASL/SCRAMSHA1ClientAuthenticator.h
index 108ac2e..b8aaa17 100644
--- a/Swiften/SASL/SCRAMSHA1ClientAuthenticator.h
+++ b/Swiften/SASL/SCRAMSHA1ClientAuthenticator.h
@@ -17,6 +17,7 @@ namespace Swift {
private:
ByteArray getInitialBareClientMessage() const;
static std::map<char, String> parseMap(const String&);
+ ByteArray getGS2Header() const;
private:
enum Step {