From 19d86ea5ea5f135c5ad229add1a0d173ac44d2c9 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Wed, 24 Mar 2010 18:01:22 +0000 Subject: fixed #1140 (Display the error messages correctly. And also we can provide a password when joining a room) --- src/handler.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/handler.py') 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 -- cgit v1.2.3