From 6ad1a22a055f58c09d44d4da9750f6de2d478fe7 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Fri, 1 Oct 2010 05:46:10 -0700 Subject: add pubsubhubbub to default configuration --- htconfig.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'htconfig.php') diff --git a/htconfig.php b/htconfig.php index 0c365579c..bb452852a 100644 --- a/htconfig.php +++ b/htconfig.php @@ -39,3 +39,8 @@ $a->config['php_path'] = 'php'; // Location of global directory submission page. $a->config['system']['directory_submit_url'] = 'http://dir.dfrn.org/submit'; + +// PuSH - aka pubsubhubbub URL. This makes delivery of public posts as fast as private posts + +$a->config['system']['huburl'] = 'http://pubsubhubbub.appspot.com'; + -- cgit v1.2.3