Re: Fwd: New Version Notification for draft-brown-epp-fees-01.txt

Gavin Brown <[email protected]> Thu, 01 May 2014 18:12:23 +0100
Newsgroups gmane.ietf.provreg
Organization CentralNic Ltd
Message-ID <[email protected]>
This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--===============7009730168904606478==
Content-Type: multipart/signed; micalg=pgp-sha1;
 protocol="application/pgp-signature";
 boundary="4mKsfG7MMLaS9qggucPauwx5jJj8sjnu8"

This is an OpenPGP/MIME signed message (RFC 4880 and 3156)
--4mKsfG7MMLaS9qggucPauwx5jJj8sjnu8
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

Thanks to all for the feedback. I am working on a revised draft that
will use a single <fee:check> element in commands and a single
<fee:chkData> element in responses.

Here are some example commands and responses: let me know what you think.=


Thanks,

C: <?xml version=3D"1.0" encoding=3D"utf-8" standalone=3D"no"?>
C: <epp xmlns=3D"urn:ietf:params:xml:ns:epp-1.0">
C:   <command>
C:     <check>
C:       <domain:check
C:         xmlns:domain=3D"urn:ietf:params:xml:ns:domain-1.0">
C:         <domain:name>example.com</domain:name>
C:         <domain:name>example.net</domain:name>
C:         <domain:name>example.org</domain:name>
C:       </domain:check>
C:     </check>
C:     <extension>
C:       <fee:check
C:         xmlns:fee=3D"urn:ietf:params:xml:ns:fee-0.5">
C:         <fee:domain>
C:           <fee:name>example.com</fee:name>
C:           <fee:currency>USD</fee:currency>
C:           <fee:command phase=3D"sunrise">create</fee:command>
C:           <fee:period unit=3D"y">1</fee:period>
C:         </fee:domain>
C:         <fee:domain>
C:           <fee:name>example.net</fee:name>
C:           <fee:currency>EUR</fee:currency>
C:           <fee:command phase=3D"claims" subphase=3D"landrush">
C:           create</fee:command>
C:           <fee:period unit=3D"y">2</fee:name>
C:         </fee:domain>
C:         <fee:domain>
C:           <fee:name>example.org</fee:name>
C:           <fee:currency>EUR</fee:currency>
C:           <fee:command>transfer</fee:command>
C:         </fee:domain>
C:         <fee:domain>
C:           <fee:name>example.xyz</fee:name>
C:           <fee:command>restore</fee:command>
C:           <fee:period unit=3D"y">1</fee:period>
C:         </fee:domain>
C:       </fee:check>
C:     </extension>
C:     <clTRID>ABC-12345</clTRID>
C:   </command>
C: </epp>

S: <?xml version=3D"1.0" encoding=3D"utf-8" standalone=3D"no"?>
S: <epp xmlns=3D"urn:ietf:params:xml:ns:epp-1.0">
S:   <response>
S:     <result code=3D"1000">
S:       <msg>Command completed successfully</msg>
S:     </result>
S:     <resData>
S:       <domain:chkData
S:         xmlns:domain=3D"urn:ietf:params:xml:ns:domain-1.0">
S:         <domain:cd>
S:           <domain:name avail=3D"1">example.com</domain:name>
S:         </domain:cd>
S:         <domain:cd>
S:           <domain:name avail=3D"0">example.net</domain:name>
S:           <domain:reason>In use</domain:reason>
S:         </domain:cd>
S:         <domain:cd>
S:           <domain:name avail=3D"0">example.org</domain:name>
S:           <domain:reason>In use</domain:reason>
S:         </domain:cd>
S:       </domain:chkData>
S:     </resData>
S:     <extension>
S:       <fee:chkData
S:         xmlns:fee=3D"urn:ietf:params:xml:ns:fee-0.5">
S:         <fee:cd
S:           xmlns:fee=3D"urn:ietf:params:xml:ns:fee-0.5">
S:           <fee:name>example.com</fee:name>
S:           <fee:currency>USD</fee:currency>
S:           <fee:command phase=3D"sunrise">create</fee:command>
S:           <fee:period unit=3D"y">1</fee:period>
S:           <fee:fee description=3D"Application Fee">5.00</fee:fee>
S:           <fee:fee description=3D"Registration Fee">5.00</fee:fee>
S:         </fee:cd>
S:         <fee:cd
S:           xmlns:fee=3D"urn:ietf:params:xml:ns:fee-0.5">
S:           <fee:name>example.net</fee:name>
S:           <fee:currency>EUR</fee:currency>
S:           <fee:command phase=3D"claims" subphase=3D"landrush">
S:           create</fee:command>
S:           <fee:period unit=3D"y">2</fee:period>
S:           <fee:fee>5.00</fee:fee>
S:         </fee:cd>
S:         <fee:cd
S:           xmlns:fee=3D"urn:ietf:params:xml:ns:fee-0.5">
S:           <fee:name>example.org</fee:name>
S:           <fee:currency>EUR</fee:currency>
S:           <fee:command>transfer</fee:command>
S:           <fee:period unit=3D"y">2</fee:period>
S:           <fee:fee description=3D"Transfer Fee">2.50</fee:fee>
S:           <fee:fee description=3D"Renewal Fee">10.00</fee:fee>
S:         </fee:cd>
S:         <fee:cd
S:           xmlns:fee=3D"urn:ietf:params:xml:ns:fee-0.5">
S:           <fee:name>example.xyz</fee:name>
S:           <fee:currency>GBP</fee:currency>
S:           <fee:command>restore</fee:command>
S:           <fee:period unit=3D"y">1</fee:period>
S:           <fee:fee description=3D"Restore Fee">25</fee:fee>
S:           <fee:fee description=3D"Renewal Fee">5.00</fee:fee>
S:         </fee:cd>
S:       </fee:chkData>
S:     </extension>
S:     <trID>
S:       <clTRID>ABC-12345</clTRID>
S:       <svTRID>54322-XYZ</svTRID>
S:     </trID>
S:   </response>
S: </epp>

--=20
Gavin Brown
Chief Technology Officer
CentralNic Group plc (LSE:CNIC)
Innovative, Reliable and Flexible Registry Services
for ccTLD, gTLD and private domain name registries
https://www.centralnic.com/

CentralNic Group plc is a company registered in England and Wales with
company number 8576358. Registered Offices: 35-39 Moorgate, London,
EC2R 6AR.


--4mKsfG7MMLaS9qggucPauwx5jJj8sjnu8
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlNigHcACgkQ6H45IPkjtM63sQCfSQk3Uknr56sbYCMBELLcMKOA
4eIAnRjvDOXUKpAWGqF+ZT+nnA04OE0X
=wn/o
-----END PGP SIGNATURE-----

--4mKsfG7MMLaS9qggucPauwx5jJj8sjnu8--


--===============7009730168904606478==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
provreg mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/provreg

--===============7009730168904606478==--