mirror of
https://github.com/google/nomulus.git
synced 2025-08-05 17:28:25 +02: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.
32 lines
1 KiB
XML
32 lines
1 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.com</domain:name>
|
|
<domain:add>
|
|
<domain:ns>
|
|
<domain:hostObj>ns2.example.com</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.com</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>
|