summaryrefslogtreecommitdiff
path: root/src/xmpp/biboumi_component.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2018-06-17 15:16:49 +0200
committerlouiz’ <louiz@louiz.org>2018-06-17 15:16:49 +0200
commit2f0e26db4cd91037463e5aa45c7538a942a9eee2 (patch)
treea06a8d0876f70fc9dc388fc7c3a81f5e434aeccd /src/xmpp/biboumi_component.hpp
parent354c738dc3cacd302d6961617fbc69e128572470 (diff)
downloadbiboumi-2f0e26db4cd91037463e5aa45c7538a942a9eee2.tar.gz
biboumi-2f0e26db4cd91037463e5aa45c7538a942a9eee2.tar.bz2
biboumi-2f0e26db4cd91037463e5aa45c7538a942a9eee2.tar.xz
biboumi-2f0e26db4cd91037463e5aa45c7538a942a9eee2.zip
Channels’ disco#info includes the number of participants
fix #3311
Diffstat (limited to 'src/xmpp/biboumi_component.hpp')
-rw-r--r--src/xmpp/biboumi_component.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xmpp/biboumi_component.hpp b/src/xmpp/biboumi_component.hpp
index caf990e..f59ed9b 100644
--- a/src/xmpp/biboumi_component.hpp
+++ b/src/xmpp/biboumi_component.hpp
@@ -73,7 +73,8 @@ 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);
+ void send_irc_channel_disco_info(const std::string& id, const std::string& jid_to, const std::string& jid_from,
+ const IrcChannel* irc_channel);
/**
* Send a ping request
*/