From d4a4b61182e0800ee2e9e70a4329667be47b9a44 Mon Sep 17 00:00:00 2001 From: jonasbn Date: Mon, 4 Dec 2017 14:32:01 +0100 Subject: [PATCH] Removed information on status 'blocked', which has been obsoleted --- README.md | 35 +++-------------------------------- 1 file changed, 3 insertions(+), 32 deletions(-) diff --git a/README.md b/README.md index 5435a76..b4694b4 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ DK Hostmaster EPP Service Specification -2017-06-08 -Revision: 2.1 +2017-12-19 +Revision: 2.2 # Table of Contents @@ -394,7 +394,7 @@ A unique tracking number for a domain registration for uniformity with the mail ## `dkhm:domainAdvisory` -Domain names registered with DK Hostmaster can hold a status blocked. This is used for communicating this special status for the check domain command. +Any special circumstances in relation to a domain name, can be communicated using this special field. Please see the specific commands for examples. ## `dkhm:orderconfirmationToken` @@ -874,8 +874,6 @@ Please note that the command supports punycode notation for specifying IDN domai ## check domain -Since DK Hostmaster does support a concept of blocked domains. A domain name will be indicated as available if the domain name has the status of `blocked`. For an explanation of the process please see section [3.3][General Terms and Conditions 3_3] and in particular section 3.3.2 in the [General Terms and Conditions][General Terms and Conditions]. - ### check domain request @@ -919,33 +917,6 @@ Since DK Hostmaster does support a concept of blocked domains. A domain name wil ``` -We have extended the result for the check domain command to reflect this using an extension named `domainAdvisory`. An example response on a blocked domain would look at follows. - -```XML - - - - - Check result - - - - - blockeddomain.dk - - - - - - - - 2734c8487b96dd80a973edbb3cd73b77 - 3475FA4C-4099-11E3-BE43-654514178544 - - - -``` - In general this part of the EPP protocol is described in [RFC 5731][RFC5731] and his command adheres to the standard.