comparison 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
comparison
equal deleted inserted replaced
4104:58bbc100f13b 4105:ec9bed9df74f
17 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 18
19 19
20 IMPORT_NAME = "ap-gateway" 20 IMPORT_NAME = "ap-gateway"
21 CONF_SECTION = f"component {IMPORT_NAME}" 21 CONF_SECTION = f"component {IMPORT_NAME}"
22 CONTENT_TYPE_WEBFINGER = "application/jrd+json; charset=utf-8"
22 CONTENT_TYPE_AP = "application/activity+json; charset=utf-8" 23 CONTENT_TYPE_AP = "application/activity+json; charset=utf-8"
23 TYPE_ACTOR = "actor" 24 TYPE_ACTOR = "actor"
24 TYPE_INBOX = "inbox" 25 TYPE_INBOX = "inbox"
25 TYPE_SHARED_INBOX = "shared_inbox" 26 TYPE_SHARED_INBOX = "shared_inbox"
26 TYPE_OUTBOX = "outbox" 27 TYPE_OUTBOX = "outbox"