diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-03-24 18:01:22 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-03-24 18:01:22 +0000 |
commit | 19d86ea5ea5f135c5ad229add1a0d173ac44d2c9 (patch) | |
tree | e8bab31fbb2b75cc31b26cc403183d1f136df152 /src/handler.py | |
parent | 899a33ae477df3dec4541cb86d65783677d37211 (diff) | |
download | poezio-19d86ea5ea5f135c5ad229add1a0d173ac44d2c9.tar.gz poezio-19d86ea5ea5f135c5ad229add1a0d173ac44d2c9.tar.bz2 poezio-19d86ea5ea5f135c5ad229add1a0d173ac44d2c9.tar.xz poezio-19d86ea5ea5f135c5ad229add1a0d173ac44d2c9.zip |
fixed #1140 (Display the error messages correctly. And also we can provide a password when joining a room)
Diffstat (limited to 'src/handler.py')
-rw-r--r-- | src/handler.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/handler.py b/src/handler.py index d651b336..69669af0 100644 --- a/src/handler.py +++ b/src/handler.py @@ -58,6 +58,10 @@ class Handler(Singleton): # We send our time # Args: the stanza we reply to + 'error-message': list(), + # We send our time + # Args: the stanza we reply to + 'error': list() # We send our time # Args: the stanza we reply to |