summaryrefslogtreecommitdiff
path: root/src/xmpp/xmpp_component.hpp
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-05-28 01:27:41 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-05-28 01:27:41 +0200
commit6c2d03da4ea0443624b6bf434b6a654c12e48438 (patch)
treea1fd150cd3f6c114f1844bed7f57d8ce6438049f /src/xmpp/xmpp_component.hpp
parent7b31bea75b0c5b9fe127ea6d845e48a3f87d480f (diff)
downloadbiboumi-6c2d03da4ea0443624b6bf434b6a654c12e48438.tar.gz
biboumi-6c2d03da4ea0443624b6bf434b6a654c12e48438.tar.bz2
biboumi-6c2d03da4ea0443624b6bf434b6a654c12e48438.tar.xz
biboumi-6c2d03da4ea0443624b6bf434b6a654c12e48438.zip
Send an error presence when the connection to the IRC server fails
Diffstat (limited to 'src/xmpp/xmpp_component.hpp')
-rw-r--r--src/xmpp/xmpp_component.hpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/xmpp/xmpp_component.hpp b/src/xmpp/xmpp_component.hpp
index f081420..9839158 100644
--- a/src/xmpp/xmpp_component.hpp
+++ b/src/xmpp/xmpp_component.hpp
@@ -142,6 +142,15 @@ public:
const std::string& nickname,
const std::string& jid_to);
/**
+ * Send a generic presence error
+ */
+ void send_presence_error(const std::string& muc_name,
+ const std::string& nickname,
+ const std::string& jid_to,
+ const std::string& type,
+ const std::string& condition,
+ const std::string& text);
+ /**
* Send a presence from the MUC indicating a change in the role and/or
* affiliation of a participant
*/