summaryrefslogtreecommitdiff
path: root/src/xmpp/xmpp_component.hpp
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-04-24 19:36:14 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-04-24 19:36:14 +0200
commit6ebb586b6ce097d5768e3863411042f4dc6c979e (patch)
tree012ee0312b0e19503fa3b3dfe5d572633b51db2f /src/xmpp/xmpp_component.hpp
parent98ef49e78734b1d9cc3b0145ad256b8f14b769b6 (diff)
downloadbiboumi-6ebb586b6ce097d5768e3863411042f4dc6c979e.tar.gz
biboumi-6ebb586b6ce097d5768e3863411042f4dc6c979e.tar.bz2
biboumi-6ebb586b6ce097d5768e3863411042f4dc6c979e.tar.xz
biboumi-6ebb586b6ce097d5768e3863411042f4dc6c979e.zip
Respond to a disco query the gateway jid itself
Diffstat (limited to 'src/xmpp/xmpp_component.hpp')
-rw-r--r--src/xmpp/xmpp_component.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xmpp/xmpp_component.hpp b/src/xmpp/xmpp_component.hpp
index 3e13086..aa19be3 100644
--- a/src/xmpp/xmpp_component.hpp
+++ b/src/xmpp/xmpp_component.hpp
@@ -145,6 +145,10 @@ public:
const std::string& role,
const std::string& jid_to);
/**
+ * Send a result IQ with the gateway disco informations.
+ */
+ void send_self_disco_info(const std::string& id, const std::string& jid_to);
+ /**
* Handle the various stanza types
*/
void handle_handshake(const Stanza& stanza);