diff src/bridge/bridge_constructor/bridge_template.ini @ 513:8ee9113d307b

core, quick_frontend, primitivus, wixi, bridge: fixed delayed message timestamp: - new "extra" parameter in newMessage signal
author Goffi <goffi@goffi.org>
date Sat, 20 Oct 2012 17:23:56 +0200
parents 862c0d6ab974
children 2c4016921403
line wrap: on
line diff
--- a/src/bridge/bridge_constructor/bridge_template.ini	Wed Oct 17 00:35:48 2012 +0200
+++ b/src/bridge/bridge_constructor/bridge_template.ini	Sat Oct 20 17:23:56 2012 +0200
@@ -44,13 +44,14 @@
 [newMessage]
 type=signal
 category=core
-sig_in=sssss
+sig_in=ssssa{ss}s
 doc=A message has been received
 doc_param_0=from_jid: JID where the message is comming from
 doc_param_1=message: Message itself
 doc_param_2=mess_type: Type of the message (cf RFC 3921 #2.1.1)
 doc_param_3=to_jid: JID where the message must be sent
-doc_param_4=%(doc_profile)s
+doc_param_4=extra: extra message information
+doc_param_5=%(doc_profile)s
 
 [newAlert]
 type=signal