mirror of
https://github.com/google/nomulus.git
synced 2025-07-21 02:06:00 +02:00
Daggerizes all of the EPP flows. This does not change anything yet about the flows themselves, just how they are invoked, but after this CL it's safe to @Inject things into flow classes. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=125382478
26 lines
832 B
XML
26 lines
832 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<epp xmlns="urn:ietf:params:xml:ns:epp-1.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<command>
|
|
<update>
|
|
<domain:update
|
|
xmlns:domain="urn:ietf:params:xml:ns:domain-1.0">
|
|
<domain:name>example.tld</domain:name>
|
|
</domain:update>
|
|
</update>
|
|
<extension>
|
|
<secDNS:update
|
|
xmlns:secDNS="urn:ietf:params:xml:ns:secDNS-1.1">
|
|
<secDNS:add>
|
|
<secDNS:dsData>
|
|
<secDNS:keyTag>12346</secDNS:keyTag>
|
|
<secDNS:alg>3</secDNS:alg>
|
|
<secDNS:digestType>1</secDNS:digestType>
|
|
<secDNS:digest>38EC35D5B3A34B44C39B</secDNS:digest>
|
|
</secDNS:dsData>
|
|
</secDNS:add>
|
|
</secDNS:update>
|
|
</extension>
|
|
<clTRID>ABC-12345</clTRID>
|
|
</command>
|
|
</epp>
|