blob: 17a17506445498bf0eb5955da20fc96e7a5c9534 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#ifndef SWIFTEN_StartTLSFailure_H
#define SWIFTEN_StartTLSFailure_H
#include "Swiften/Elements/Element.h"
namespace Swift {
class StartTLSFailure : public Element {
public:
StartTLSFailure() {}
};
}
#endif
|