diff --git a/include/transport/networkplugin.h b/include/transport/networkplugin.h index a5e123f79b733f018c8f4a6d3fe4e2d59904d185..bd37a189244f41576e6b6a5fbefdcddf325cfc24 100644 --- a/include/transport/networkplugin.h +++ b/include/transport/networkplugin.h @@ -111,7 +111,7 @@ class NetworkPlugin { /// \param message Plain text message. /// \param nickname Nickname of buddy in room. Empty if it's normal chat message. /// \param xhtml XHTML message. - void handleMessage(const std::string &user, const std::string &legacyName, const std::string &message, const std::string &nickname = "", const std::string &xhtml = "", const std::string ×tamp = ""); + void handleMessage(const std::string &user, const std::string &legacyName, const std::string &message, const std::string &nickname = "", const std::string &xhtml = "", const std::string ×tamp = "", bool headline = false); /// Call this function when subject in room changed. /// \param user XMPP JID of user for which this event occurs. You can get it from NetworkPlugin::handleLoginRequest(). (eg. "user%gmail.com@xmpp.domain.tld")