summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Elements/AuthSuccess.h')
-rw-r--r--Swiften/Elements/AuthSuccess.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/Swiften/Elements/AuthSuccess.h b/Swiften/Elements/AuthSuccess.h
new file mode 100644
index 0000000..f63d0a8
--- /dev/null
+++ b/Swiften/Elements/AuthSuccess.h
@@ -0,0 +1,13 @@
+#ifndef SWIFTEN_AuthSuccess_H
+#define SWIFTEN_AuthSuccess_H
+
+#include "Swiften/Elements/Element.h"
+
+namespace Swift {
+ class AuthSuccess : public Element {
+ public:
+ AuthSuccess() {}
+ };
+}
+
+#endif