metaregistrar / php-epp-client

Object-oriented PHP EPP Client
https://www.metaregistrar.com/docs/
MIT License
213 stars 156 forks source link

Updates to Norid EPP extension and fixes to some EPP requests #79

Closed alexrsagen closed 7 years ago

alexrsagen commented 7 years ago

Updated eppDnssecUpdateDomainRequest to be compliant with section 5.2.5 of RFC 5910

Changed eppTransferRequest to not throw upon an unknown operation, but rather create a notice. This allows extensions upon eppTransferRequest that create a new transfer operation.

The rest of the changes apply to the Norid extension, and are briefly explained in the commit messages.

alexrsagen commented 7 years ago

@metaregistrar Please have a look, hopefully the changes to eppTransferRequest and eppDnssecUpdateDomainRequest are considered non-breaking and can be merged without any changes.