summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/SASL/PLAINClientAuthenticator.h')
m---------Swiften0
-rw-r--r--Swiften/SASL/PLAINClientAuthenticator.h13
2 files changed, 0 insertions, 13 deletions
diff --git a/Swiften b/Swiften
new file mode 160000
+Subproject 8213ba16d0043d2461f4b031c881d61dda5a38c
diff --git a/Swiften/SASL/PLAINClientAuthenticator.h b/Swiften/SASL/PLAINClientAuthenticator.h
deleted file mode 100644
index 854eb30..0000000
--- a/Swiften/SASL/PLAINClientAuthenticator.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#pragma once
-
-#include "Swiften/SASL/ClientAuthenticator.h"
-
-namespace Swift {
- class PLAINClientAuthenticator : public ClientAuthenticator {
- public:
- PLAINClientAuthenticator();
-
- virtual ByteArray getResponse() const;
- virtual bool setChallenge(const ByteArray&);
- };
-}