summaryrefslogtreecommitdiff
path: root/src/handler.py
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-01-29 16:24:44 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-01-29 16:24:44 +0000
commit33cf82e0947be35bf4e4666d0db632b60e5c27f9 (patch)
tree5924de25ac5278e0c072e8a1511995be5bde87d6 /src/handler.py
parentba8d1803f41b776a1e761a7f8ece44f50c480e4c (diff)
downloadpoezio-33cf82e0947be35bf4e4666d0db632b60e5c27f9.tar.gz
poezio-33cf82e0947be35bf4e4666d0db632b60e5c27f9.tar.bz2
poezio-33cf82e0947be35bf4e4666d0db632b60e5c27f9.tar.xz
poezio-33cf82e0947be35bf4e4666d0db632b60e5c27f9.zip
gestion de la RECEPTION des kicks
Diffstat (limited to 'src/handler.py')
-rw-r--r--src/handler.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/handler.py b/src/handler.py
index 5d7831e7..8942ae7c 100644
--- a/src/handler.py
+++ b/src/handler.py
@@ -32,6 +32,7 @@ class Handler(Singleton):
'on-connected': list(),
# At the end of a successful connection process.
# emitted when presence confirmation is received
+ # Args: jid
'join-room': list(),
# Join a room.
@@ -45,6 +46,10 @@ class Handler(Singleton):
# A message is received
# Args: the stanza object
+ 'room-iq': list(),
+ # An iq is received
+ # Args: the stanza object
+
# 'xmpp-presence-handler': list(),
# # A presence is received
# # Args: the stanza object