diff --git a/include/transport/conversation.h b/include/transport/conversation.h index cda549cb4dfae9c5687cb9a0dfedeedbb09bb13b..78aa52662e7c737a306d5c8336a00ca045e933e4 100644 --- a/include/transport/conversation.h +++ b/include/transport/conversation.h @@ -70,6 +70,8 @@ class Conversation { /// \param nickname For MUC conversation this is nickname of room participant who sent this message. void handleMessage(boost::shared_ptr &message, const std::string &nickname = ""); + void handleRawMessage(boost::shared_ptr &message); + /// Handles participant change in MUC. /// \param nickname Nickname of participant which changed.