Add basic keyrelay command, tests

This commit is contained in:
Martin Lensment 2014-11-14 16:11:09 +02:00
parent 1f5efa78ac
commit ec721b69c0
10 changed files with 133 additions and 5 deletions

View file

@ -0,0 +1,9 @@
xml.epp_head do
xml.response do
xml.result('code' => '1000') do
xml.msg 'Command completed successfully'
end
end
xml << render('/epp/shared/trID')
end