summaryrefslogtreecommitdiffstats
blob: f63d0a83367dfb18ddba8acfef7bb7d4c9889b24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef SWIFTEN_AuthSuccess_H
#define SWIFTEN_AuthSuccess_H

#include "Swiften/Elements/Element.h"

namespace Swift {
	class AuthSuccess : public Element {
		public:
			AuthSuccess() {}
	};
}

#endif