diff --git a/include/Swiften/Elements/InvisiblePayload.cpp b/include/Swiften/Elements/InvisiblePayload.cpp new file mode 100644 index 0000000000000000000000000000000000000000..b507b03591a254dca05d8f6c4a7af8b705938a97 --- /dev/null +++ b/include/Swiften/Elements/InvisiblePayload.cpp @@ -0,0 +1,17 @@ +/* + * Copyright (c) 2011 Jan Kaluza + * Licensed under the Simplified BSD license. + * See Documentation/Licenses/BSD-simplified.txt for more information. + */ + +#include + +namespace Swift { + +// This payload is NOT part of ANY XEP and it is only +// libtransport related extension. +InvisiblePayload::InvisiblePayload() { + +} + +}