diff --git a/include/transport/conversation.h b/include/transport/conversation.h index e137b5666b721fed90c30fbe0ec35c0d4887bf3e..ff109aa24bf2c2877c725e15f95c011907fe2eaa 100644 --- a/include/transport/conversation.h +++ b/include/transport/conversation.h @@ -148,6 +148,8 @@ class Conversation { Swift::JID m_jid; std::list m_jids; std::map m_participants; + boost::shared_ptr m_subject; + bool m_sentInitialPresence; }; }