Add links to upstream Pleroma files

(rename AP tests module names too)

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2018-12-27 11:24:04 +01:00
parent eaa4c347ca
commit caae6d0c0a
19 changed files with 59 additions and 100 deletions

View File

@@ -1,12 +1,13 @@
# Portions of this file are derived from Pleroma:
# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social>
# SPDX-License-Identifier: AGPL-3.0-only
# Upstream: https://git.pleroma.social/pleroma/pleroma/blob/develop/lib/xml_builder.ex
defmodule Mobilizon.Service.XmlBuilder do
@moduledoc """
XML Builder.
Do we still need this ? Only for xrd ?
Needed to build XRD for webfinger host_meta
"""
def to_xml({tag, attributes, content}) do