# HG changeset patch # User Kim Alvefur # Date 1527436186 -7200 # Node ID e4a986d55bb2d591096f4a03300e4eb29a848782 # Parent 99e42058a29d892618927613e56b8a6058c47521 mod_pubsub_feeds/README: Give PubSubHubbub its own section diff -r 99e42058a29d -r e4a986d55bb2 mod_pubsub_feeds/README.markdown --- a/mod_pubsub_feeds/README.markdown Sun May 27 17:48:26 2018 +0200 +++ b/mod_pubsub_feeds/README.markdown Sun May 27 17:49:46 2018 +0200 @@ -7,11 +7,6 @@ This module allows Prosody to fetch Atom and RSS feeds for you, and push new results to subscribers over XMPP. -This module also implements a -[PubSubHubbub](http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html) -subscriber, allowing updates be delivered without polling for supporting -feed publishers. - # Configuration This module needs to be be loaded together with @@ -36,6 +31,17 @@ [XEP-0060](http://xmpp.org/extensions/xep-0060.html). Results are in [ATOM 1.0 format](http://atomenabled.org/) for easy consumption. +# PubSubHubbub + +This module also implements a +[PubSubHubbub](http://pubsubhubbub.googlecode.com/svn/trunk/pubsubhubbub-core-0.3.html) +subscriber. This allows feeds that have an associated "hub" to push +updates when they are published. + +Not all feeds support this. + +It needs to expose a HTTP callback endpoint to work. + # Option summary Option Description