summaryrefslogtreecommitdiff
path: root/src/handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/handler.py')
-rw-r--r--src/handler.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/handler.py b/src/handler.py
index 1911d7fa..d651b336 100644
--- a/src/handler.py
+++ b/src/handler.py
@@ -54,7 +54,11 @@ class Handler(Singleton):
# We send our version
# Args: the stanza we reply to
- 'send-time': list()
+ 'send-time': list(),
+ # We send our time
+ # Args: the stanza we reply to
+
+ 'error': list()
# We send our time
# Args: the stanza we reply to
}