Mercurial > libervia-backend
diff sat/bridge/bridge_constructor/bridge_template.ini @ 3179:84a94b385760
bridge: messageSend's extra is now serialised
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 21 Feb 2020 12:17:38 +0100 |
parents | 39d7327583e1 |
children | 439e2f88c3a9 |
line wrap: on
line diff
--- a/sat/bridge/bridge_constructor/bridge_template.ini Tue Feb 18 18:17:18 2020 +0100 +++ b/sat/bridge/bridge_constructor/bridge_template.ini Fri Feb 21 12:17:38 2020 +0100 @@ -428,7 +428,7 @@ async= type=method category=core -sig_in=sa{ss}a{ss}sa{ss}s +sig_in=sa{ss}a{ss}sss sig_out= param_2_default={} param_3_default="auto" @@ -441,7 +441,7 @@ doc_param_2=subject: Subject of the message key is the language of the subject, use '' when unknown doc_param_3=mess_type: Type of the message (cf RFC 6121 ยง5.2.2) or "auto" for automatic type detection -doc_param_4=extra: optional data that can be used by a plugin to build more specific messages +doc_param_4=extra: (serialised) optional data that can be used by a plugin to build more specific messages doc_param_5=%(doc_profile_key)s [messageEncryptionStart]