@@ -894,25 +894,17 @@ epp-19:
894
894
* the server accepts a `<transfer>` command with a valid authInfo code
895
895
and period.
896
896
897
- The client will use an `<info>` command to ensure that the
898
- `pendingTransfer` status code is added to the domain after a successul
897
+ The client will use `<info>` commands to ensure that the `pendingTransfer`
898
+ status code is added to the domain within 120 seconds of a successul
899
899
transfer request.
900
900
901
- Once the transfer request has been accepted, the sponsoring client will
902
- wait for a message to be received on the server's message queue, and will
903
- then approve the transfer. This message **MUST** be received within 120
904
- seconds of the transfer request.
901
+ The client will also use `<info>` commands to confirm that, within 120
902
+ seconds of a transfer being approved by the losing registrar:
905
903
906
- Once the gaining registrar has also received a message on the queue, the
907
- client will use an `<info>` command to confirm that:
908
-
909
- * the domain is now under the sponsorship of the gaining registrar;
904
+ * the domain is under the sponsorship of the gaining registrar;
910
905
* the authInfo code has been reset by the server (if the server supports
911
906
[RFC 9154](https://www.rfc-editor.org/rfc/rfc9154.html));
912
907
* the domain has the `transferPeriod` RGP status.
913
-
914
- This message **MUST** be received within 120 seconds of the transfer
915
- approval.
916
908
Errors :
917
909
- EPP_DNS_RESOLUTION_ERROR
918
910
- EPP_SERVICE_PORT_UNREACHABLE
@@ -926,8 +918,6 @@ epp-19:
926
918
- EPP_TRANSFER_SERVER_ACCEPTS_INCORRECT_AUTHINFO
927
919
- EPP_TRANSFER_SERVER_ACCEPTS_INVALID_PERIOD
928
920
- EPP_TRANSFER_INFO_RESPONSE_MISSING_OR_INVALID_STATUS_CODE
929
- - EPP_TRANSFER_LOSING_REGISTRAR_NO_MESSAGE_RECEIVED
930
- - EPP_TRANSFER_GAINING_REGISTRAR_NO_MESSAGE_RECEIVED
931
921
- EPP_TRANSFER_INFO_RESPONSE_UNEXPECTED_EXPIRY_DATE
932
922
- EPP_TRANSFER_INFO_RESPONSE_MISSING_OR_INVALID_RGP_STATUS
933
923
- EPP_TRANSFER_INFO_RESPONSE_AUTHINFO_NOT_RESET
0 commit comments