comparison 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
comparison
equal deleted inserted replaced
512:862c0d6ab974 513:8ee9113d307b
42 doc_param_3=%(doc_profile)s 42 doc_param_3=%(doc_profile)s
43 43
44 [newMessage] 44 [newMessage]
45 type=signal 45 type=signal
46 category=core 46 category=core
47 sig_in=sssss 47 sig_in=ssssa{ss}s
48 doc=A message has been received 48 doc=A message has been received
49 doc_param_0=from_jid: JID where the message is comming from 49 doc_param_0=from_jid: JID where the message is comming from
50 doc_param_1=message: Message itself 50 doc_param_1=message: Message itself
51 doc_param_2=mess_type: Type of the message (cf RFC 3921 #2.1.1) 51 doc_param_2=mess_type: Type of the message (cf RFC 3921 #2.1.1)
52 doc_param_3=to_jid: JID where the message must be sent 52 doc_param_3=to_jid: JID where the message must be sent
53 doc_param_4=%(doc_profile)s 53 doc_param_4=extra: extra message information
54 doc_param_5=%(doc_profile)s
54 55
55 [newAlert] 56 [newAlert]
56 type=signal 57 type=signal
57 category=core 58 category=core
58 sig_in=ssss 59 sig_in=ssss