diff --git a/src/BlockPayload.cpp b/src/BlockPayload.cpp new file mode 100644 index 0000000000000000000000000000000000000000..bc44712c3dd883f31a3d9b17dff53fef5b6c9384 --- /dev/null +++ b/src/BlockPayload.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 Transport { + +// This payload is NOT part of ANY XEP and it is only +// libtransport related extension. +BlockPayload::BlockPayload() { + +} + +}