summaryrefslogtreecommitdiff
path: root/src/core/core.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2014-05-04 20:44:10 +0200
committerFlorent Le Coz <louiz@louiz.org>2014-05-04 21:05:47 +0200
commitd78b7df68b452bd81af153e285224fc568962af4 (patch)
tree5f6a5e22651231a087308e0d78f9aa686141c775 /src/core/core.py
parentbbc55fa40eaaed6bb57fddd2e9cc5eb1d3baa8cc (diff)
downloadpoezio-d78b7df68b452bd81af153e285224fc568962af4.tar.gz
poezio-d78b7df68b452bd81af153e285224fc568962af4.tar.bz2
poezio-d78b7df68b452bd81af153e285224fc568962af4.tar.xz
poezio-d78b7df68b452bd81af153e285224fc568962af4.zip
Implement the execution of ad-hoc commands (#1832)
Diffstat (limited to 'src/core/core.py')
-rw-r--r--src/core/core.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/core.py b/src/core/core.py
index d53782b5..88d8ea80 100644
--- a/src/core/core.py
+++ b/src/core/core.py
@@ -1891,6 +1891,11 @@ class Core(object):
outgoing_stanza = handlers.outgoing_stanza
incoming_stanza = handlers.incoming_stanza
validate_ssl = handlers.validate_ssl
+ on_next_adhoc_step = handlers.on_next_adhoc_step
+ on_adhoc_error = handlers.on_adhoc_error
+ cancel_adhoc_command = handlers.cancel_adhoc_command
+ validate_adhoc_step = handlers.validate_adhoc_step
+ terminate_adhoc_command = handlers.terminate_adhoc_command
command_help = commands.command_help
command_runkey = commands.command_runkey
command_status = commands.command_status