aboutsummaryrefslogtreecommitdiff
path: root/gnu-taler-extensions/registry.rec
blob: 66b305bb5e4b6ec8c3abd5f30a53920fee5cde25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# -*- mode: rec -*-
#
# Registry for GNU Taler extensions, as per Design document 6
#
%rec: TalerExtensions
%key: Identifier
%typedef: Identifier_t regexp /^[ABCDEFGHIJKLMNOPQRSTUVWXYZ_][ABCDEFGHIJKLMNOPQRSTUVWXYZ_0123456789:\.]*$/
%type: Identifier Identifier_t
%unique: Identifier
%mandatory: Identifier
%typedef: Description_t regexp |^[abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_-][abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789_\(\)\.,;!"':#\/ -]*$|
%type: Description Description_t
%mandatory: Description
%mandatory: Critical
%type: Critical bool
%allowed: Contact
%allowed: References
%sort: Identifier Description Contact References


Identifier: AGE_RESTRICTIONS
Description: Restrictions to limit spending of coins on products that are legally sold only to customers below a given age.
Critical: true
Contact: taler+oec@kesim.org
References: Design document 24

Identifier: P2P_PAYMENTS
Description: Support for payments directly between wallets.
Critical: false
Contact: team@taler.net
References: Design document 13