From 8d54809c3561bf56afcdb401ef3c009e9a180cbc Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Sun, 5 Sep 2010 17:43:29 -0400 Subject: 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 --- lib/router.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/router.php') diff --git a/lib/router.php b/lib/router.php index ca3c2e880..86dd116c8 100644 --- a/lib/router.php +++ b/lib/router.php @@ -151,6 +151,8 @@ class Router $m->connect('main/xrds', array('action' => 'publicxrds')); + $m->connect('.well-known/host-meta', + array('action' => 'hostmeta')); // these take a code -- cgit v1.2.3-54-g00ecf