diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-02-14 03:51:03 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-02-14 03:51:03 +0000 |
commit | 64d9f44833ce199fb463e205add95ce7a8fcc5ce (patch) | |
tree | 50cc3c8c6855e961b7373b615ea26567d07b1528 /src/handler.py | |
parent | de80b15e89a2caf62eb40c00d96b1d061a1383b9 (diff) | |
download | poezio-64d9f44833ce199fb463e205add95ce7a8fcc5ce.tar.gz poezio-64d9f44833ce199fb463e205add95ce7a8fcc5ce.tar.bz2 poezio-64d9f44833ce199fb463e205add95ce7a8fcc5ce.tar.xz poezio-64d9f44833ce199fb463e205add95ce7a8fcc5ce.zip |
fixed #1138 #1111
Diffstat (limited to 'src/handler.py')
-rw-r--r-- | src/handler.py | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/handler.py b/src/handler.py index 681af6d7..4fa6cca8 100644 --- a/src/handler.py +++ b/src/handler.py @@ -46,9 +46,13 @@ class Handler(Singleton): # A message is received # Args: the stanza object - 'room-iq': list(), - # An iq is received - # Args: the stanza object + 'send-version': list(), + # We send our version + # Args: the stanza we reply to + + 'send-time': list() + # We send our time + # Args: the stanza we reply to } def connect(self, signal, func): |