mirror of
https://github.com/google/nomulus
synced 2026-04-21 00:30:43 +00:00
This change renames directories in preparation for the great package rename. The repository is now in a broken state because the code itself hasn't been updated. However this should ensure that git correctly preserves history for each file.
33 lines
1.0 KiB
XML
33 lines
1.0 KiB
XML
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<command>
|
|
<update>
|
|
<domain:update
|
|
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
|
|
<domain:name>example.tld</domain:name>
|
|
<domain:add>
|
|
<domain:ns>
|
|
<domain:hostObj>ns2.example.foo</domain:hostObj>
|
|
</domain:ns>
|
|
<domain:contact type="tech">mak21</domain:contact>
|
|
<domain:status s="clientHold"
|
|
lang="en">Payment overdue.</domain:status>
|
|
</domain:add>
|
|
<domain:rem>
|
|
<domain:ns>
|
|
<domain:hostObj>ns1.example.foo</domain:hostObj>
|
|
</domain:ns>
|
|
<domain:contact type="tech">sh8013</domain:contact>
|
|
<domain:status s="clientUpdateProhibited"/>
|
|
</domain:rem>
|
|
<domain:chg>
|
|
<domain:registrant>sh8013</domain:registrant>
|
|
<domain:authInfo>
|
|
<domain:pw>2BARfoo</domain:pw>
|
|
</domain:authInfo>
|
|
</domain:chg>
|
|
</domain:update>
|
|
</update>
|
|
<clTRID>ABC-12345</clTRID>
|
|
</command>
|
|
</epp>
|