summaryrefslogtreecommitdiff
path: root/src/handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/handler.py')
-rw-r--r--src/handler.py10
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):