summaryrefslogtreecommitdiff
path: root/poezio/core/core.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-08-20 00:12:59 +0200
committermathieui <mathieui@mathieui.net>2016-08-20 00:12:59 +0200
commit9cd8788400dc7a4802e6233512dcb20a741f87b2 (patch)
tree0162f1fbd99677ae1de74dd3b5eb2a003570ef42 /poezio/core/core.py
parent9230126a898ea2b06ed3ca522444750c2eb2baf2 (diff)
downloadpoezio-9cd8788400dc7a4802e6233512dcb20a741f87b2.tar.gz
poezio-9cd8788400dc7a4802e6233512dcb20a741f87b2.tar.bz2
poezio-9cd8788400dc7a4802e6233512dcb20a741f87b2.tar.xz
poezio-9cd8788400dc7a4802e6233512dcb20a741f87b2.zip
Implement XEP-0070 using the confirmtab
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),