diff options
Diffstat (limited to 'src/handler.py')
-rw-r--r-- | src/handler.py | 6 |
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 } |