aboutsummaryrefslogtreecommitdiffstats
path: root/htconfig.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-10-01 05:46:10 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-10-01 05:46:10 -0700
commit6ad1a22a055f58c09d44d4da9750f6de2d478fe7 (patch)
tree26af635809b8e2686f4af9c0db992f72bae68012 /htconfig.php
parent7658acbe0adfb499d9460172849f7530b476a8bb (diff)
downloadvolse-hubzilla-6ad1a22a055f58c09d44d4da9750f6de2d478fe7.tar.gz
volse-hubzilla-6ad1a22a055f58c09d44d4da9750f6de2d478fe7.tar.bz2
volse-hubzilla-6ad1a22a055f58c09d44d4da9750f6de2d478fe7.zip
add pubsubhubbub to default configuration
Diffstat (limited to 'htconfig.php')
-rw-r--r--htconfig.php5
1 files changed, 5 insertions, 0 deletions
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';
+