Mercurial > libervia-backend
diff libervia/backend/plugins/plugin_comp_ap_gateway/constants.py @ 4105:ec9bed9df74f
compoent AP gateway: add forgotten contant
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 28 Jun 2023 14:27:05 +0200 |
parents | 4b842c1fb686 |
children | 7067b0d73183 |
line wrap: on
line diff
--- a/libervia/backend/plugins/plugin_comp_ap_gateway/constants.py Wed Jun 28 14:24:42 2023 +0200 +++ b/libervia/backend/plugins/plugin_comp_ap_gateway/constants.py Wed Jun 28 14:27:05 2023 +0200 @@ -19,6 +19,7 @@ IMPORT_NAME = "ap-gateway" CONF_SECTION = f"component {IMPORT_NAME}" +CONTENT_TYPE_WEBFINGER = "application/jrd+json; charset=utf-8" CONTENT_TYPE_AP = "application/activity+json; charset=utf-8" TYPE_ACTOR = "actor" TYPE_INBOX = "inbox"