summaryrefslogtreecommitdiff
path: root/src/xmpp/biboumi_component.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-03-29 23:24:47 +0200
committerlouiz’ <louiz@louiz.org>2017-03-29 16:28:25 +0200
commitce2daa5ea093437bf8f14ba92a467d0ae688e6ca (patch)
treecd8bb2a53c3099d37a5b68909481df4b11019fdd /src/xmpp/biboumi_component.hpp
parente8ccfe97be6f7042b0960f40ce29a89801b9982e (diff)
downloadbiboumi-ce2daa5ea093437bf8f14ba92a467d0ae688e6ca.tar.gz
biboumi-ce2daa5ea093437bf8f14ba92a467d0ae688e6ca.tar.bz2
biboumi-ce2daa5ea093437bf8f14ba92a467d0ae688e6ca.tar.xz
biboumi-ce2daa5ea093437bf8f14ba92a467d0ae688e6ca.zip
Respond to disco#info on MUC JIDs
Otherwise, some client won’t do MAM, since they don’t know biboumi supports it.
Diffstat (limited to 'src/xmpp/biboumi_component.hpp')
-rw-r--r--src/xmpp/biboumi_component.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/biboumi_component.hpp b/src/xmpp/biboumi_component.hpp
index 25ec2dd..f416dac 100644
--- a/src/xmpp/biboumi_component.hpp
+++ b/src/xmpp/biboumi_component.hpp
@@ -70,6 +70,7 @@ public:
* http://xmpp.org/extensions/xep-0045.html#impl-service-traffic
*/
void send_irc_channel_muc_traffic_info(const std::string& id, const std::string& jid_to, const std::string& jid_from);
+ void send_irc_channel_disco_info(const std::string& id, const std::string& jid_to, const std::string& jid_from);
/**
* Send a ping request
*/