@box464 Ostatus is a different protocol that was one of the inspirations for ActivityPub. Some platforms implement both, I think Friendica is one. Both AP and Ostatus use WebFinger.
Conversation
Notices
-
Embed this notice
Rimu (rimu@mastodon.nzoss.nz)'s status on Thursday, 07-Mar-2024 14:56:24 JST Rimu
-
Embed this notice
Jeff Sikes (box464@mastodon.social)'s status on Thursday, 07-Mar-2024 14:56:25 JST Jeff Sikes
In relation to ActivityPub, what does this entry do when read from an accounts webfinger response? Is it a holdover for Friendica? I'm not sure what to enter for uri to test.
```PHP
array(
rel" => "http://ostatus.org/schema/1.0/subscribe",
href" => "https://{$server}/authorize-follow?acct={uri}"
)
```
-
Embed this notice