Mercurial > libervia-backend
comparison 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 |
comparison
equal
deleted
inserted
replaced
3178:98b321234068 | 3179:84a94b385760 |
---|---|
426 | 426 |
427 [messageSend] | 427 [messageSend] |
428 async= | 428 async= |
429 type=method | 429 type=method |
430 category=core | 430 category=core |
431 sig_in=sa{ss}a{ss}sa{ss}s | 431 sig_in=sa{ss}a{ss}sss |
432 sig_out= | 432 sig_out= |
433 param_2_default={} | 433 param_2_default={} |
434 param_3_default="auto" | 434 param_3_default="auto" |
435 param_4_default={} | 435 param_4_default={} |
436 param_5_default="@NONE@" | 436 param_5_default="@NONE@" |
439 doc_param_1=message: body of the message: | 439 doc_param_1=message: body of the message: |
440 key is the language of the body, use '' when unknown | 440 key is the language of the body, use '' when unknown |
441 doc_param_2=subject: Subject of the message | 441 doc_param_2=subject: Subject of the message |
442 key is the language of the subject, use '' when unknown | 442 key is the language of the subject, use '' when unknown |
443 doc_param_3=mess_type: Type of the message (cf RFC 6121 §5.2.2) or "auto" for automatic type detection | 443 doc_param_3=mess_type: Type of the message (cf RFC 6121 §5.2.2) or "auto" for automatic type detection |
444 doc_param_4=extra: optional data that can be used by a plugin to build more specific messages | 444 doc_param_4=extra: (serialised) optional data that can be used by a plugin to build more specific messages |
445 doc_param_5=%(doc_profile_key)s | 445 doc_param_5=%(doc_profile_key)s |
446 | 446 |
447 [messageEncryptionStart] | 447 [messageEncryptionStart] |
448 async= | 448 async= |
449 type=method | 449 type=method |