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-18 19:43:44 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-03-18 19:43:44 +0000
commitfc82ad6b3d3aa917fd70edfb73278356cce41ad4 (patch)
treee6c6b2314e86f7952981b94236b8cac7c5101b90 /src/handler.py
parent5d7bb0fd6751e28320dad715e98bfe8112ee71f6 (diff)
downloadpoezio-fc82ad6b3d3aa917fd70edfb73278356cce41ad4.tar.gz
poezio-fc82ad6b3d3aa917fd70edfb73278356cce41ad4.tar.bz2
poezio-fc82ad6b3d3aa917fd70edfb73278356cce41ad4.tar.xz
poezio-fc82ad6b3d3aa917fd70edfb73278356cce41ad4.zip
fixed #1186
Diffstat (limited to 'src/handler.py')
-rw-r--r--src/handler.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/handler.py b/src/handler.py
index 4fa6cca8..1911d7fa 100644
--- a/src/handler.py
+++ b/src/handler.py
@@ -46,6 +46,10 @@ class Handler(Singleton):
# A message is received
# Args: the stanza object
+ 'room-delayed-message': list(),
+ # A message is received
+ # Args: the stanza object
+
'send-version': list(),
# We send our version
# Args: the stanza we reply to