mirror of
https://github.com/google/nomulus.git
synced 2025-08-07 02:05:20 +02:00
Next up is adding custom logic so that the results of these checks can be more meaningful. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=181660956
20 lines
589 B
XML
20 lines
589 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0">
|
|
<command>
|
|
<check>
|
|
<domain:check
|
|
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
|
|
<domain:name>example1.tld</domain:name>
|
|
<domain:name>example2.tld</domain:name>
|
|
</domain:check>
|
|
</check>
|
|
<extension>
|
|
<launch:check
|
|
xmlns:launch="urn:ietf:params:xml:ns:launch-1.0"
|
|
type="claims">
|
|
<launch:phase>claims</launch:phase>
|
|
</launch:check>
|
|
</extension>
|
|
<clTRID>ABC-12345</clTRID>
|
|
</command>
|
|
</epp>
|