summaryrefslogtreecommitdiff
path: root/src/xmpp/biboumi_component.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-07-04 20:42:40 +0200
committerlouiz’ <louiz@louiz.org>2017-07-16 00:16:43 +0200
commitf9a6f973966430b108642ac57d54db5fd0d5535e (patch)
treed34574f81b9b55b7ce49ba5d10ef543c7db9f3bc /src/xmpp/biboumi_component.hpp
parent368bb82818d4b68e4984698ea4454091ecb049a2 (diff)
downloadbiboumi-f9a6f973966430b108642ac57d54db5fd0d5535e.tar.gz
biboumi-f9a6f973966430b108642ac57d54db5fd0d5535e.tar.bz2
biboumi-f9a6f973966430b108642ac57d54db5fd0d5535e.tar.xz
biboumi-f9a6f973966430b108642ac57d54db5fd0d5535e.zip
Implement the roster presences from IRC servers
Diffstat (limited to 'src/xmpp/biboumi_component.hpp')
-rw-r--r--src/xmpp/biboumi_component.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xmpp/biboumi_component.hpp b/src/xmpp/biboumi_component.hpp
index 2d67f8b..e5547f9 100644
--- a/src/xmpp/biboumi_component.hpp
+++ b/src/xmpp/biboumi_component.hpp
@@ -90,6 +90,9 @@ public:
void accept_subscription(const std::string& from, const std::string& to);
void ask_subscription(const std::string& from, const std::string& to);
void send_presence_to_contact(const std::string& from, const std::string& to, const std::string& type, const std::string& id="");
+ void on_irc_client_connected(const std::string& irc_hostname, const std::string& jid);
+ void on_irc_client_disconnected(const std::string& irc_hostname, const std::string& jid);
+
/**
* Handle the various stanza types
*/