mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 08:52:12 +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.
22 lines
714 B
XML
22 lines
714 B
XML
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<response>
|
|
<result code="1000">
|
|
<msg>Command completed successfully</msg>
|
|
</result>
|
|
<resData>
|
|
<contact:trnData
|
|
xmlns:contact="urn:ietf:params:xml:ns:contact-1.0">
|
|
<contact:id>sh8013</contact:id>
|
|
<contact:trStatus>pending</contact:trStatus>
|
|
<contact:reID>NewRegistrar</contact:reID>
|
|
<contact:reDate>2000-06-06T22:00:00.0Z</contact:reDate>
|
|
<contact:acID>TheRegistrar</contact:acID>
|
|
<contact:acDate>2000-06-11T22:00:00.0Z</contact:acDate>
|
|
</contact:trnData>
|
|
</resData>
|
|
<trID>
|
|
<clTRID>ABC-12345</clTRID>
|
|
<svTRID>server-trid</svTRID>
|
|
</trID>
|
|
</response>
|
|
</epp>
|