summaryrefslogtreecommitdiff
path: root/src/xmpp/xmpp_component.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-12-26 20:21:18 +0100
committerlouiz’ <louiz@louiz.org>2017-12-26 20:21:18 +0100
commit131ef9946fff0f5cfd794203e819df931b72600f (patch)
treec81ac414bc7bf87fbc5785074a7c35e6300bd3e4 /src/xmpp/xmpp_component.hpp
parent37340e593ffb61eaccc444a1efdb3aa6f784a14a (diff)
downloadbiboumi-131ef9946fff0f5cfd794203e819df931b72600f.tar.gz
biboumi-131ef9946fff0f5cfd794203e819df931b72600f.tar.bz2
biboumi-131ef9946fff0f5cfd794203e819df931b72600f.tar.xz
biboumi-131ef9946fff0f5cfd794203e819df931b72600f.zip
Include the <fin><set><first/><last/></></> nodes in the MAM iq result
fix #3322
Diffstat (limited to 'src/xmpp/xmpp_component.hpp')
-rw-r--r--src/xmpp/xmpp_component.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/xmpp_component.hpp b/src/xmpp/xmpp_component.hpp
index 2bbbe3b..3950863 100644
--- a/src/xmpp/xmpp_component.hpp
+++ b/src/xmpp/xmpp_component.hpp
@@ -203,7 +203,7 @@ public:
*/
void send_iq_result(const std::string& id, const std::string& to_jid, const std::string& from);
void send_iq_result_full_jid(const std::string& id, const std::string& to_jid,
- const std::string& from_full_jid);
+ const std::string& from_full_jid, std::unique_ptr<XmlNode> inner=nullptr);
void handle_handshake(const Stanza& stanza);
void handle_error(const Stanza& stanza);