]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Change mentions of PuSH to WebSub
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 1 May 2017 09:04:27 +0000 (11:04 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 1 May 2017 09:04:27 +0000 (11:04 +0200)
commitf4d6710a0f21612dc6a054c65154a82287330949
tree8e0e447495c46bbd8e67eca12b4e3b510a449f01
parentb3da5bdaa35dee68225a316878647cc4530a748c
Change mentions of PuSH to WebSub

WebSub is probably finalised before we make a release anyway. Here is
the official spec: https://www.w3.org/TR/websub/

Mostly just comments that have been changed. Some references to PuSH <0.4
are left because they actually refer to PuSH 0.3 and that's not WebSub...

The only actual code change that might affect anything is FeedSub->isPuSH()
but the only official plugin using that call was FeedPoller anyway...
24 files changed:
lib/activityhandlerplugin.php
plugins/FeedPoller/FeedPollerPlugin.php
plugins/FeedPoller/README
plugins/FeedPoller/lib/feedpollqueuehandler.php
plugins/FeedPoller/scripts/pollfeed.php
plugins/OStatus/OStatusPlugin.php
plugins/OStatus/README
plugins/OStatus/actions/pushcallback.php
plugins/OStatus/actions/pushhub.php
plugins/OStatus/classes/FeedSub.php
plugins/OStatus/classes/HubSub.php
plugins/OStatus/classes/Ostatus_profile.php
plugins/OStatus/lib/feeddiscovery.php
plugins/OStatus/lib/hubconfqueuehandler.php
plugins/OStatus/lib/huboutqueuehandler.php
plugins/OStatus/lib/hubprepqueuehandler.php
plugins/OStatus/lib/ostatusqueuehandler.php
plugins/OStatus/lib/pushinqueuehandler.php
plugins/OStatus/lib/pushrenewqueuehandler.php
plugins/OStatus/scripts/resub-feed.php
plugins/OStatus/scripts/testfeed.php
plugins/OStatus/scripts/update-profile.php
plugins/OStatus/tests/remote-tests.php
plugins/SubMirror/README