Mercurial > libervia-backend
diff sat/plugins/plugin_comp_ap_gateway/constants.py @ 3832:201a22bfbb74
component AP gateway: convert AP mention to XEP-0372 mentions:
when a mentions are found in AP items (either with people specified directly as target, of
with `mention` tags as in
https://www.w3.org/TR/activitystreams-vocabulary/#microsyntaxes), they are converted to
XEP-0372 `mention` references.
This is only done for Pubsub items (i.e. not for private messages).
rel 369
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 10 Jul 2022 15:16:15 +0200 |
parents | 6329ee6b6df4 |
children | 381340b9a9ee |
line wrap: on
line diff
--- a/sat/plugins/plugin_comp_ap_gateway/constants.py Sun Jul 10 15:16:15 2022 +0200 +++ b/sat/plugins/plugin_comp_ap_gateway/constants.py Sun Jul 10 15:16:15 2022 +0200 @@ -28,6 +28,7 @@ TYPE_FOLLOWING = "following" TYPE_ITEM = "item" TYPE_TOMBSTONE = "Tombstone" +TYPE_MENTION = "Mention" MEDIA_TYPE_AP = "application/activity+json" NS_AP_PUBLIC = "https://www.w3.org/ns/activitystreams#Public" # 3 values can be used, see https://www.w3.org/TR/activitypub/#public-addressing