diff --git a/htconfig.php b/htconfig.php index 0c365579cb..bb452852a4 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'; + diff --git a/view/htconfig.tpl b/view/htconfig.tpl index 42c32da2e7..6b65844a8e 100644 --- a/view/htconfig.tpl +++ b/view/htconfig.tpl @@ -45,4 +45,9 @@ $a->config['php_path'] = '$phpath'; // Location of global directory submission page. -$a->config['system']['directory_submit_url'] = 'http://dir.dfrn.org/submit'; \ No newline at end of file +$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'; +