~singpolyma/biboumi

d7cf736adb4837c55d8112160cd4718e549ebaaa — louiz’ 6 years ago 369da19
Fix argument types in declaration of send_history_message
1 files changed, 1 insertions(+), 1 deletions(-)

M src/xmpp/xmpp_component.hpp
M src/xmpp/xmpp_component.hpp => src/xmpp/xmpp_component.hpp +1 -1
@@ 140,7 140,7 @@ public:
   * Send a message, with a <delay/> element, part of a MUC history
   */
  void send_history_message(const std::string& muc_name, const std::string& nick, const std::string& body,
                            const std::string& jid_to, const std::time_t timestamp);
                            const std::string& jid_to, Database::time_point::rep timestamp);
#endif
  /**
   * Send an unavailable presence for this nick