From d78b7df68b452bd81af153e285224fc568962af4 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Sun, 4 May 2014 20:44:10 +0200 Subject: Implement the execution of ad-hoc commands (#1832) --- src/core/core.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/core/core.py') 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 -- cgit v1.2.3