forked from GNUsocial/gnu-social
move xrd and hostmeta out of the OStatus plugin and into core
add event for setting up hostmeta, and use them in the OStatus plugin
This commit is contained in:
committed by
Evan Prodromou
parent
c65f199486
commit
3f3b38766f
@@ -149,6 +149,8 @@ class Router
|
||||
|
||||
$m->connect('main/xrds',
|
||||
array('action' => 'publicxrds'));
|
||||
$m->connect('.well-known/host-meta',
|
||||
array('action' => 'hostmeta'));
|
||||
|
||||
// these take a code
|
||||
|
||||
|
Reference in New Issue
Block a user