diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-10-01 05:46:10 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-10-01 05:46:10 -0700 |
commit | 6ad1a22a055f58c09d44d4da9750f6de2d478fe7 (patch) | |
tree | 26af635809b8e2686f4af9c0db992f72bae68012 /view | |
parent | 7658acbe0adfb499d9460172849f7530b476a8bb (diff) | |
download | volse-hubzilla-6ad1a22a055f58c09d44d4da9750f6de2d478fe7.tar.gz volse-hubzilla-6ad1a22a055f58c09d44d4da9750f6de2d478fe7.tar.bz2 volse-hubzilla-6ad1a22a055f58c09d44d4da9750f6de2d478fe7.zip |
add pubsubhubbub to default configuration
Diffstat (limited to 'view')
-rw-r--r-- | view/htconfig.tpl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/view/htconfig.tpl b/view/htconfig.tpl index 42c32da2e..6b65844a8 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'; + |