diff --git a/actions/showstream.php b/actions/showstream.php index a4c476534c..86c3c76a43 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -45,7 +45,12 @@ class ShowstreamAction extends StreamAction { return; } - # Looks like we're good; show the header + # Looks like we're good; start output + + # For YADIS discovery, we also have a tag + + header('X-XRDS-Location: '. common_local_url('xrds', array('nickname' => + $user->nickname))); common_show_header($profile->nickname, array($this, 'show_header'), $user);