summaryrefslogtreecommitdiff
path: root/standards/draft-dold-mailto.xml
blob: b42eb09007f1f6605dc9c426472ab5965a8d7f08 (plain)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
<!ENTITY RFC3986 SYSTEM "http://xml.resource.org/public/rfc/bibxml/reference.RFC.3986.xml">
<!ENTITY I-D.narten-iana-considerations-rfc2434bis SYSTEM "http://xml.resource.org/public/rfc/bibxml3/reference.I-D.narten-iana-considerations-rfc2434bis.xml">
]>
<?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?>

<?rfc strict="yes" ?>
<?rfc toc="yes" ?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes" ?>
<?rfc compact="yes" ?>
<?rfc subcompact="no" ?>

<rfc category="info"
     docName="draft-dold-iesg-payto"
     ipr="trust200902">

  <front>
    <title abbrev="Special-Use P2P Names">
      Special-Use Domain Names of Peer-to-Peer Systems
    </title>

    <author fullname="Florian Dold" initials="F.D." surname="Dold">
      <organization>INRIA</organization>
      <address>
        <postal>
          <street>&Eacute;quipe TAMIS</street>
          <street>INRIA Rennes Bretagne Atlantique</street>
          <street>263 avenue du G&eacute;n&eacute;ral Leclerc</street>
          <street>Campus Universitaire de Beaulieu</street>
          <city>Rennes</city>
          <region>Bretagne</region>
	  <code>F-35042</code>
          <country>FR</country>
        </postal>
        <email>florian.dold@inria.fr</email>
      </address>
    </author>

    <author fullname="Christian Grothoff" initials="C.G." surname="Grothoff">
      <organization>INRIA</organization>
      <address>
        <postal>
          <street>&Eacute;quipe TAMIS</street>
          <street>INRIA Rennes Bretagne Atlantique</street>
          <street>263 avenue du G&eacute;n&eacute;ral Leclerc</street>
          <street>Campus Universitaire de Beaulieu</street>
          <city>Rennes</city>
          <region>Bretagne</region>
	  <code>F-35042</code>
          <country>FR</country>
        </postal>
        <email>christian@grothoff.org</email>
      </address>
    </author>

    <date day="17" month="January" year="2016" />

    <!-- Meta-data Declarations -->
    <area>General</area>
    <workgroup>Internet Engineering Task Force</workgroup>

    <keyword>payments</keyword>

    <abstract>

      <t>This document defines the 'payto' Uniform Resource Identifier (URI) scheme
      for electronic payment addresses.</t>

    </abstract>

  </front>

  <middle>

    <section anchor="introduction"
	     title="Introduction">

      <t>This document defines the 'payto' Uniform Resource Identifier (URI) scheme
      for electronic payment addresses.  The purpose of this URI scheme is to
      enable a user to initiate a transfer of funds to the specified address.</t>

    </section>

    <section anchor="wire-transfer-methods"
	     title="Wire Transfer Methods">

    </section>

  </middle>

  <back>

    <references title="Normative References">

      &RFC3986;

    </references>

    <references title="Informative References">

      <reference anchor="Dingledine2004"
                 target="https://www.onion-router.net/Publications/tor-design.pdf">
        <front>
          <title>Tor: the second-generation onion router</title>
          <author initials="R.D." fullname="Roger Dingledine" surname="Dingledine">
            <organization>The Free Haven Project</organization>
          </author>
          <author initials="N.M." fullname="Nick Mathewson" surname="Mathewson">
            <organization>The Free Haven Project</organization>
          </author>
          <author initials="P.S." fullname="Paul Syverson" surname="Syverson">
            <organization>Naval Research Lab</organization>
          </author>
          <date year="2004" />
        </front>
      </reference>

    </references>

    <!-- Change Log

v00 2017-01-17  HOW   Initial version
    -->
  </back>
</rfc>