diff --git a/doc/epp-examples.md b/doc/epp-examples.md index 77e93c375..6ad902037 100644 --- a/doc/epp-examples.md +++ b/doc/epp-examples.md @@ -12782,6 +12782,49 @@ RESPONSE: ``` +### Unread notification of contact update + +REQUEST: + +```xml + + + + + + +``` + +RESPONSE: + +```xml + + + + + Command completed successfully; ack to dequeue + + + 2018-09-19T19:03:21Z + Contact has been updated + + + + update + 2010-07-04T21:00:00Z + 146211577 + Registrant User + + + + ccReg-0684472903 + + + +``` + ### EPP Helper in context of Domain generates valid transfer xml REQUEST: diff --git a/doc/epp/README.md b/doc/epp/README.md index 99ffd07df..de4bcb8e8 100644 --- a/doc/epp/README.md +++ b/doc/epp/README.md @@ -9,12 +9,13 @@ ## Supported protocols -[RFC5730 - EPP](http://tools.ietf.org/html/rfc5730) -[RFC5731 - Domain Mapping](http://tools.ietf.org/html/rfc5731) -[RFC5733 - Contact Mapping](http://tools.ietf.org/html/rfc5733) -[RFC5734 - Transport over TCP](http://tools.ietf.org/html/rfc5734) -[RFC5910 - DNSSEC Mapping](http://tools.ietf.org/html/rfc5910) -[RFC3735 - Guidelines for Extending the EPP](http://tools.ietf.org/html/rfc3735) +- [RFC5730 - EPP](http://tools.ietf.org/html/rfc5730) +- [RFC5731 - Domain Mapping](http://tools.ietf.org/html/rfc5731) +- [RFC5733 - Contact Mapping](http://tools.ietf.org/html/rfc5733) +- [RFC5734 - Transport over TCP](http://tools.ietf.org/html/rfc5734) +- [RFC5910 - DNSSEC Mapping](http://tools.ietf.org/html/rfc5910) +- [RFC3735 - Guidelines for Extending the EPP](http://tools.ietf.org/html/rfc3735) +- [Change Poll Draft v0.8](https://tools.ietf.org/html/draft-ietf-regext-change-poll-08) ## XML schemas @@ -26,6 +27,7 @@ * [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) ### .ee-specific * [all-ee-1.0.xsd](/lib/schemas/all-ee-1.0.xsd)