summaryrefslogtreecommitdiff
path: root/lib/router.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2010-09-05 17:43:29 -0400
committerCraig Andrews <candrews@integralblue.com>2010-09-07 13:45:52 -0400
commit8d54809c3561bf56afcdb401ef3c009e9a180cbc (patch)
tree3892a745ce6432901332531a600d41e280c1a0e3 /lib/router.php
parent3dd734b2c3ea49c55467cfbfd4b3a5fb38456e87 (diff)
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
Diffstat (limited to 'lib/router.php')
-rw-r--r--lib/router.php2
1 files changed, 2 insertions, 0 deletions
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