commit 2b26cf9fab199bbfadf8099b95cc1c216916e2d1 parent bfcb5e431c4900f889902a3058b3b8ffd2c42833 Author: Martin Schanzenbach <schanzen@gnunet.org> Date: Fri, 7 Nov 2025 16:30:03 +0100 add add-contact Diffstat:
| M | draft-grothoff-taler.xml | | | 31 | ++++++++++++++++++++++++++++++- |
1 file changed, 30 insertions(+), 1 deletion(-)
diff --git a/draft-grothoff-taler.xml b/draft-grothoff-taler.xml @@ -492,6 +492,34 @@ also <xref target="taler-registry" />). </t> </section> +<section anchor="registry-entry-add-contact" title="Action: add-contact"> + <t> + An "add-contact" action instructs the wallet to add a contact to its list of + contacts. + </t> + <t> + The specific arguments of an "add-contact" action are: + <list style="symbols"> + <t>alias_type: the type of alias of this contact</t> + <t>alias: the alias of a contact</t> + <t>mailbox_host: hostname of the mailbox of the contact (possibly including a port number)</t> + <t>mailbox_prefix_path (optional): list of path components that identifies the path prefix of the mailbox base URL</t> + <t>mailbox_address: the contacts mailbox address.</t> + <t>source_base_url (optional): the source of this contact information (taler directory service base URL). Optional.</t> + </list> +</t> +<t> +<list style="symbols"> +<t>Name: add-contact</t> +<t>Syntax: taler://add-contact/{alias_type}/{alias}/{mailbox_host}{/mailbox_prefix_path*}/{mailbox_address}{?sourceBaseUrl=source_base_url}</t> +<t>Example: taler://add-contact/email/taler@example.com/mailbox.example.com/SOMEADDRESS/?sourceBaseUrl=https://taldir.example.com</t> +<t>Contact: N/A</t> +<t>References: [this.I-D]</t> +</list> +</t> +</section> + + <section anchor="registry-entry-withdrawal-transfer-result" title="Action: withdrawal-transfer-result"> <t> A "withdrawal-transfer-result" action instructs the wallet to display the status of a withdrawal @@ -583,8 +611,9 @@ dots and dashes)</t> restore | N/A | [This.I-D] dev-experiment | N/A | [This.I-D] add-exchange | N/A | [This.I-D] + add-contact | N/A | [This.I-D] withdraw-exchange | N/A | [This.I-D] - withdrawal-transfer-result | N/A | [This-I.D.] + withdrawal-transfer-result | N/A | [This-I.D] </artwork> </figure>