owncast/activitypub/apmodels
Jerin Thomas 1ed51859b0
Extending webfinger response (issue:2851) (#3053)
* Extending webfinger response #2851
1. Added Logo
 - rel: avatar as there wasn't any appropriate value in [Link relations registry](https://www.iana.org/assignments/link-relations/)
 - type: default value image/png or else it is determined file type extension
2. Added Stream
 - rel: stream as there wasn't appropriate value in [Link relations registry](https://www.iana.org/assignments/link-relations/)
 - type: video/H264 based on [IANA media types](https://www.iana.org/assignments/media-types/media-types.xhtml#video)

Changes after review:

1. Updated the rel type for avatar based on webfinger rel.
2. Updated the rel type for stream link and href value that closely associates to it.

* adding period after comments

* updating typo
2023-05-31 11:36:41 -07:00
..
activity.go Fediverse-based authentication (#1846) 2022-04-22 17:23:14 -07:00
actor.go Update to Go 1.20 + run better align (#2927) 2023-05-30 10:31:43 -07:00
actor_test.go Update tests to reflect new defaults 2022-11-22 12:44:21 -08:00
hashtag.go Social features / ActivityPub federation (#1629) 2022-01-12 13:53:10 -08:00
inboxRequest.go Social features / ActivityPub federation (#1629) 2022-01-12 13:53:10 -08:00
message.go Add mediaType to federated attachments + fix image description. For #1840 2022-04-27 16:35:36 -07:00
utils.go Extending webfinger response (issue:2851) (#3053) 2023-05-31 11:36:41 -07:00
webfinger.go Extending webfinger response (issue:2851) (#3053) 2023-05-31 11:36:41 -07:00