You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
204 B

  1. Nokogiri::XML::Builder.new do |xml|
  2. xml.XRD(xmlns: 'http://docs.oasis-open.org/ns/xri/xrd-1.0') do
  3. xml.Link(rel: 'lrdd', type: 'application/xrd+xml', template: @webfinger_template)
  4. end
  5. end.to_xml