diff --git a/include/Swiften/Elements/AttentionPayload.h b/include/Swiften/Elements/AttentionPayload.h new file mode 100644 index 0000000000000000000000000000000000000000..9901843f491f5e402b8343ceaa3618d7122c8b31 --- /dev/null +++ b/include/Swiften/Elements/AttentionPayload.h @@ -0,0 +1,23 @@ +/* + * Copyright (c) 2011 Jan Kaluza + * Licensed under the Simplified BSD license. + * See Documentation/Licenses/BSD-simplified.txt for more information. + */ + +#pragma once + +#include +#include +#include + +#include + +namespace Swift { + class AttentionPayload : public Payload { + public: + typedef boost::shared_ptr ref; + + public: + AttentionPayload(); + }; +}