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.
25 lines
728 B
XML
25 lines
728 B
XML
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<greeting>
|
|
<svID>Example EPP server epp.example.com</svID>
|
|
<svDate>2000-06-08T22:00:00.0Z</svDate>
|
|
<svcMenu>
|
|
<version>1.0</version>
|
|
<lang>en</lang>
|
|
<lang>fr</lang>
|
|
<objURI>urn:ietf:params:xml:ns:obj1</objURI>
|
|
<objURI>urn:ietf:params:xml:ns:obj2</objURI>
|
|
<objURI>urn:ietf:params:xml:ns:obj3</objURI>
|
|
<svcExtension>
|
|
<extURI>http://custom/obj1ext-1.0</extURI>
|
|
</svcExtension>
|
|
</svcMenu>
|
|
</greeting>
|
|
<dcp>
|
|
<access><all/></access>
|
|
<statement>
|
|
<purpose><admin/><prov/></purpose>
|
|
<recipient><ours/><public/></recipient>
|
|
<retention><stated/></retention>
|
|
</statement>
|
|
</dcp>
|
|
</epp>
|