summaryrefslogtreecommitdiff
path: root/poezio/core/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/core/core.py')
-rw-r--r--poezio/core/core.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/poezio/core/core.py b/poezio/core/core.py
index d4a5c060..bcc64d1a 100644
--- a/poezio/core/core.py
+++ b/poezio/core/core.py
@@ -254,6 +254,7 @@ class Core(object):
self.xmpp.add_event_handler("ssl_invalid_chain", self.handler.ssl_invalid_chain)
self.xmpp.add_event_handler('carbon_received', self.handler.on_carbon_received)
self.xmpp.add_event_handler('carbon_sent', self.handler.on_carbon_sent)
+ self.xmpp.add_event_handler('http_confirm', self.handler.http_confirm)
all_stanzas = Callback('custom matcher',
connection.MatchAll(None),