summaryrefslogtreecommitdiff
path: root/src/bridge/bridge.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2016-08-17 03:42:40 +0200
committerlouiz’ <louiz@louiz.org>2016-08-18 20:33:41 +0200
commit4c8fb9a0e314db88dec1f105144aadafc5796ef2 (patch)
tree4d374079d1ff718187502c9a68df8fe8607efb54 /src/bridge/bridge.hpp
parent5406de35a39c935a19460da06bf3dcd3948a00d5 (diff)
downloadbiboumi-4c8fb9a0e314db88dec1f105144aadafc5796ef2.tar.gz
biboumi-4c8fb9a0e314db88dec1f105144aadafc5796ef2.tar.bz2
biboumi-4c8fb9a0e314db88dec1f105144aadafc5796ef2.tar.xz
biboumi-4c8fb9a0e314db88dec1f105144aadafc5796ef2.zip
Forward IRC invites to XMPP
Diffstat (limited to 'src/bridge/bridge.hpp')
-rw-r--r--src/bridge/bridge.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bridge/bridge.hpp b/src/bridge/bridge.hpp
index bcad030..6fdbcc9 100644
--- a/src/bridge/bridge.hpp
+++ b/src/bridge/bridge.hpp
@@ -175,6 +175,8 @@ public:
*/
void send_xmpp_ping_request(const std::string& nick, const std::string& hostname,
const std::string& id);
+ void send_xmpp_invitation(const Iid& iid, const std::string& author);
+
/**
* Misc
*/