]> git.mxchange.org Git - friendica.git/commitdiff
add pubsubhubbub to default configuration
authorMike Macgirvin <mike@macgirvin.com>
Fri, 1 Oct 2010 12:46:10 +0000 (05:46 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Fri, 1 Oct 2010 12:46:10 +0000 (05:46 -0700)
htconfig.php
view/htconfig.tpl

index 0c365579cbc37d4019a2ef3cbf2d3ed51c740359..bb452852a4cb9f641105f3162657f5168c919e4f 100644 (file)
@@ -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';
+
index 42c32da2e79a3623a5b4cc6de7f29a6fc123ae70..6b65844a8efe7eb28576f65733a5338c91b84299 100644 (file)
@@ -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';
+