summaryrefslogtreecommitdiff
path: root/poezio/core/handlers.py
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@bouah.net>2019-12-20 16:27:32 +0100
committerMaxime “pep” Buquet <pep@bouah.net>2019-12-22 19:27:08 +0100
commit12a9528d6282303e5e130301a1beca621cfa2e2d (patch)
tree72fabda1e115d46cbf61e97b21edcc9161bd2799 /poezio/core/handlers.py
parent4d7a19da81d0bb7e8f4e342a5ea39b9a00b26369 (diff)
downloadpoezio-12a9528d6282303e5e130301a1beca621cfa2e2d.tar.gz
poezio-12a9528d6282303e5e130301a1beca621cfa2e2d.tar.bz2
poezio-12a9528d6282303e5e130301a1beca621cfa2e2d.tar.xz
poezio-12a9528d6282303e5e130301a1beca621cfa2e2d.zip
WIP: Allow blocking commands in ConversationTab
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'poezio/core/handlers.py')
-rw-r--r--poezio/core/handlers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/poezio/core/handlers.py b/poezio/core/handlers.py
index fcd8d731..fc5938f3 100644
--- a/poezio/core/handlers.py
+++ b/poezio/core/handlers.py
@@ -89,6 +89,7 @@ class HandlerCore:
'Roster', tabs.RosterInfoTab)
rostertab.check_blocking(features)
rostertab.check_saslexternal(features)
+ self.core.check_blocking(features)
if (config.get('enable_carbons')
and 'urn:xmpp:carbons:2' in features):
self.core.xmpp.plugin['xep_0280'].enable()