]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Give priority to ATOM to expose WebSub.
authorAlexandre Alapetite <alexandre@alapetite.fr>
Tue, 20 Nov 2018 22:39:23 +0000 (22:39 +0000)
committerAlexandre Alapetite <alexandre@alapetite.fr>
Tue, 20 Nov 2018 22:39:23 +0000 (22:39 +0000)
commite473937cb9985404b214ed9435a3447ead9c3f11
tree8c3179c2805edc8e06518381e0381a30eb7d7b16
parentb3c3af1ef6ba411b56156da86b1ee1b053f084c7
Give priority to ATOM to expose WebSub.

Hello,
The ATOM feed contains the hub declaration for WebSub / PubSubHubbub, but the RSS / RDF / JSON versions do not.
Currently, the ATOM version is declared last.
RSS/ATOM clients typically pick whichever version comes first, and will thus not see the WebSub feature.
I therefore suggest putting the ATOM version first, as it is more feature-rich than the other versions.

Clients not compatible with ATOM would not pick it anyway due to the different type attribute.

See same PR for Mastodon: https://github.com/tootsuite/mastodon/pull/9302
and WebSub tester https://websub.rocks/publisher
actions/public.php