summaryrefslogtreecommitdiff
path: root/src/handler.py
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-03-24 16:44:55 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-03-24 16:44:55 +0000
commit899a33ae477df3dec4541cb86d65783677d37211 (patch)
tree270ae36f397c6fef2cdc281290df86b71a305c65 /src/handler.py
parent42fbbddbd4e751e7d13c76cff46b1bc66fc790d9 (diff)
downloadpoezio-899a33ae477df3dec4541cb86d65783677d37211.tar.gz
poezio-899a33ae477df3dec4541cb86d65783677d37211.tar.bz2
poezio-899a33ae477df3dec4541cb86d65783677d37211.tar.xz
poezio-899a33ae477df3dec4541cb86d65783677d37211.zip
fixed #1235 (affiche un message si la connexion echoue)
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
}