diff --git a/include/transport/conversation.h b/include/transport/conversation.h index a8915e7515e801001b399fdce3210b942706f885..121794d68481412e7d1d610520d51aff7b6fc047 100644 --- a/include/transport/conversation.h +++ b/include/transport/conversation.h @@ -140,7 +140,7 @@ class Conversation { void sendParticipants(const Swift::JID &to); - void sendCachedMessages(const Swift::JID &to); + void sendCachedMessages(const Swift::JID &to = Swift::JID()); private: Swift::Presence::ref generatePresence(const std::string &nick, int flag, int status, const std::string &statusMessage, const std::string &newname = "");