Improve EPP readme

This commit is contained in:
Artur Beljajev 2016-12-05 13:43:43 +02:00
parent 787f668fcb
commit 90284e4bb1

View file

@ -1,13 +1,13 @@
# EPP integration specification
Main communication specification through EPP:
## Main communication specification through EPP
[Session related functions](session.md)
[Contact related functions](contact.md)
[Domain related functions](domain.md)
[Keyrelay related functions](keyrelay.md)
Our implementation supports following protocols:
## Supported protocols
[RFC5730 - EPP](http://tools.ietf.org/html/rfc5730)
[RFC5731 - Domain Mapping](http://tools.ietf.org/html/rfc5731)
@ -16,5 +16,22 @@ Our implementation supports following protocols:
[RFC5910 - DNSSEC Mapping](http://tools.ietf.org/html/rfc5910)
[RFC3735 - Guidelines for Extending the EPP](http://tools.ietf.org/html/rfc3735)
More info about The Extensible Provisioning Protocol (EPP):<br>
## XML schemas
### Common
* [all-ee-1.0.xsd](schemas/all-ee-1.0.xsd)
* [contact-1.0.xsd](schemas/contact-1.0.xsd)
* [domain-1.0.xsd](schemas/domain-1.0.xsd)
* [epp-1.0.xsd](schemas/epp-1.0.xsd)
* [eppcom-1.0.xsd](schemas/eppcom-1.0.xsd)
* [host-1.0.xsd](schemas/host-1.0.xsd)
* [keyrelay-1.0.xsd](schemas/keyrelay-1.0.xsd)
* [secDNS-1.1.xsd](schemas/secDNS-1.1.xsd)
### EIS-specific
* [eis-1.0.xsd](schemas/eis-1.0.xsd)
* [domain-eis-1.0.xsd](schemas/domain-eis-1.0.xsd)
* [contact-eis-1.0.xsd](schemas/contact-eis-1.0.xsd)
More info about The Extensible Provisioning Protocol (EPP):
http://en.wikipedia.org/wiki/Extensible_Provisioning_Protocol