#ifndef XMPP_BODY_HPP_INCLUDED #define XMPP_BODY_HPP_INCLUDED namespace Xmpp { // Contains: // - an XMPP-valid UTF-8 body // - an XML node representing the XHTML-IM body, or null using body = std::tuple>; } #endif /* XMPP_BODY_HPP_INCLUDED */