Remove unimplemented Keyrelay feature

Closes #715
This commit is contained in:
Artur Beljajev 2019-09-17 14:52:21 +03:00
parent 0893d5b6f2
commit fc71bf93e7
46 changed files with 21 additions and 1487 deletions

View file

@ -5,7 +5,6 @@
[Session related functions](session.md)
[Contact related functions](contact.md)
[Domain related functions](domain.md)
[Keyrelay related functions](keyrelay.md)
## Supported protocols
@ -25,7 +24,6 @@
* [epp-1.0.xsd](/lib/schemas/epp-1.0.xsd)
* [eppcom-1.0.xsd](/lib/schemas/eppcom-1.0.xsd)
* [host-1.0.xsd](/lib/schemas/host-1.0.xsd)
* [keyrelay-1.0.xsd](/lib/schemas/keyrelay-1.0.xsd)
* [secDNS-1.1.xsd](/lib/schemas/secDNS-1.1.xsd)
* [changePoll-1.0.xsd](/lib/schemas/changePoll-1.0.xsd)

View file

@ -1,25 +0,0 @@
## Keyrelay related functions
### Keyrelay
NB! Keyrelay not implemented.
Field name Min-max Field description
--------------------- ------- -----------------
<ext:keyrelay> 1
<ext:name> 1 Domain name
<ext:keyData> 1
<secDNS:flags> 1 Allowed values: 0, 256, 257
<secDNS:protocol> 1 Allowed values: 3
<secDNS:alg> 1 Allowed values: 3, 5, 6, 7, 8, 10, 13, 14
<secDNS:pubKey> 1 Public key
<ext:authInfo> 1
<domain:pw> 1 Domain transfer code. Attribute: roid="String"
<ext:expiry> 1
<ext:relative> 0-1 Relative expiry duration (ISO8601).
Required if ext:absolute is not specified
<ext:absolute> 0-1 Absolute expiry date (ISO8601).
Required if ext:relative is not specified
<clTRID> 0-1 Client transaction id
[EXAMPLE REQUEST AND RESPONSE](/doc/epp_examples.md#epp-keyrelay-makes-a-keyrelay-request)