diff options
author | Craig Andrews <candrews@integralblue.com> | 2010-09-05 17:43:29 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-11-26 21:12:14 -0500 |
commit | 3f3b38766f13d93bcc17264ad0aad0df90daf22a (patch) | |
tree | 232a1bef036ff88f379fb9323dbd5399da1d836c /lib/router.php | |
parent | c65f19948613db5c59d403ae7c134874244d5b63 (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.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/router.php b/lib/router.php index c0f3bf31d..6912bd7cf 100644 --- a/lib/router.php +++ b/lib/router.php @@ -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 |