comparison sat/bridge/bridge_constructor/bridge_template.ini @ 3170:39d7327583e1

core: use serialised dict for `extra` in messageNew and historyGet
author Goffi <goffi@goffi.org>
date Tue, 18 Feb 2020 18:13:17 +0100
parents d10b2368684e
children 84a94b385760
comparison
equal deleted inserted replaced
3169:560642ab1c10 3170:39d7327583e1
35 doc_param_3=%(doc_profile)s 35 doc_param_3=%(doc_profile)s
36 36
37 [messageNew] 37 [messageNew]
38 type=signal 38 type=signal
39 category=core 39 category=core
40 sig_in=sdssa{ss}a{ss}sa{ss}s 40 sig_in=sdssa{ss}a{ss}sss
41 doc=A message has been received 41 doc=A message has been received
42 doc_param_0=uid: unique ID of the message (id specific to SàT, this it *NOT* an XMPP id) 42 doc_param_0=uid: unique ID of the message (id specific to SàT, this it *NOT* an XMPP id)
43 doc_param_1=timestamp: when the message was sent (or declared sent for delayed messages) 43 doc_param_1=timestamp: when the message was sent (or declared sent for delayed messages)
44 doc_param_2=from_jid: JID where the message is comming from 44 doc_param_2=from_jid: JID where the message is comming from
45 doc_param_3=to_jid: JID where the message must be sent 45 doc_param_3=to_jid: JID where the message must be sent
680 [historyGet] 680 [historyGet]
681 async= 681 async=
682 type=method 682 type=method
683 category=core 683 category=core
684 sig_in=ssiba{ss}s 684 sig_in=ssiba{ss}s
685 sig_out=a(sdssa{ss}a{ss}sa{ss}) 685 sig_out=a(sdssa{ss}a{ss}ss)
686 param_3_default=True 686 param_3_default=True
687 param_4_default='' 687 param_4_default=''
688 param_5_default="@NONE@" 688 param_5_default="@NONE@"
689 doc=Get history of a communication between two entities 689 doc=Get history of a communication between two entities
690 doc_param_0=from_jid: source JID (bare jid for catch all, full jid else) 690 doc_param_0=from_jid: source JID (bare jid for catch all, full jid else)