summaryrefslogtreecommitdiff
path: root/src/handler.py
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-06-13 13:51:02 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-06-13 13:51:02 +0000
commit9a1743f695b95a71c974ad8c7af178ab0dc3d130 (patch)
tree2252633f194c9840118fea7931d3c4bec32347ec /src/handler.py
parentff33a84de722c62af1268421133c7376eb35c4f6 (diff)
downloadpoezio-9a1743f695b95a71c974ad8c7af178ab0dc3d130.tar.gz
poezio-9a1743f695b95a71c974ad8c7af178ab0dc3d130.tar.bz2
poezio-9a1743f695b95a71c974ad8c7af178ab0dc3d130.tar.xz
poezio-9a1743f695b95a71c974ad8c7af178ab0dc3d130.zip
Private messages! fixed #1077
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 69669af0..a8bebe23 100644
--- a/src/handler.py
+++ b/src/handler.py
@@ -46,6 +46,10 @@ class Handler(Singleton):
# A message is received
# Args: the stanza object
+ 'private-message': list(),
+ # A message is received
+ # Args: the stanza object
+
'room-delayed-message': list(),
# A message is received
# Args: the stanza object