summaryrefslogtreecommitdiff
path: root/src/xmpp/biboumi_component.hpp
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2015-06-09 14:51:55 +0200
committerFlorent Le Coz <louiz@louiz.org>2015-06-09 14:51:55 +0200
commit8da03f98307e03a767cb68659c8473c896cbd325 (patch)
treebbffe54da3e8e17784d3be5e8fa7c508e5c9c3cd /src/xmpp/biboumi_component.hpp
parenta0042617335386abfba3f36917e6ab9b8a4bf0e2 (diff)
downloadbiboumi-8da03f98307e03a767cb68659c8473c896cbd325.tar.gz
biboumi-8da03f98307e03a767cb68659c8473c896cbd325.tar.bz2
biboumi-8da03f98307e03a767cb68659c8473c896cbd325.tar.xz
biboumi-8da03f98307e03a767cb68659c8473c896cbd325.zip
Remove a useless duplicate method
Diffstat (limited to 'src/xmpp/biboumi_component.hpp')
-rw-r--r--src/xmpp/biboumi_component.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/xmpp/biboumi_component.hpp b/src/xmpp/biboumi_component.hpp
index e9b5d72..8b0b3da 100644
--- a/src/xmpp/biboumi_component.hpp
+++ b/src/xmpp/biboumi_component.hpp
@@ -53,11 +53,6 @@ public:
*/
void send_self_disco_info(const std::string& id, const std::string& jid_to);
/**
- * Send the list of all available ad-hoc commands to that JID. The list is
- * different depending on what JID made the request.
- */
- void send_adhoc_commands_list(const std::string& id, const std::string& requester_jid);
- /**
* Send an iq version request
*/
void send_iq_version_request(const std::string& from,