summaryrefslogtreecommitdiff
path: root/src/xmpp/xmpp_component.hpp
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-02-17 01:31:19 +0100
committerFlorent Le Coz <louiz@louiz.org>2014-02-17 01:31:19 +0100
commitabcf16bc28a5f72d9e7f964a5f2b432f55dfe5b6 (patch)
tree42411a48056b8ead10855b24bdf2641520dd5853 /src/xmpp/xmpp_component.hpp
parent6dbf36b974cd641f4541599496b04ad48ab41c87 (diff)
downloadbiboumi-abcf16bc28a5f72d9e7f964a5f2b432f55dfe5b6.tar.gz
biboumi-abcf16bc28a5f72d9e7f964a5f2b432f55dfe5b6.tar.bz2
biboumi-abcf16bc28a5f72d9e7f964a5f2b432f55dfe5b6.tar.xz
biboumi-abcf16bc28a5f72d9e7f964a5f2b432f55dfe5b6.zip
Log (xmpp) stream-level errors
Diffstat (limited to 'src/xmpp/xmpp_component.hpp')
-rw-r--r--src/xmpp/xmpp_component.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/xmpp_component.hpp b/src/xmpp/xmpp_component.hpp
index f86d930..fb9282b 100644
--- a/src/xmpp/xmpp_component.hpp
+++ b/src/xmpp/xmpp_component.hpp
@@ -128,6 +128,7 @@ public:
void handle_presence(const Stanza& stanza);
void handle_message(const Stanza& stanza);
void handle_iq(const Stanza& stanza);
+ void handle_error(const Stanza& stanza);
private:
/**