diff options
Diffstat (limited to 'actions/showstream.php')
-rw-r--r-- | actions/showstream.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actions/showstream.php b/actions/showstream.php index 3de9a6e23..7ac036de6 100644 --- a/actions/showstream.php +++ b/actions/showstream.php @@ -68,6 +68,10 @@ class ShowstreamAction extends StreamAction { $user->nickname)), 'type' => 'application/rss+xml', 'title' => _t('Notice feed for ') . $user->nickname)); + # for remote subscriptions etc. + common_element('meta', array('http-equiv' => 'X-XRDS-Location', + 'content' => common_local_url('xrds', array('nickname' => + $user->nickname)))); } function no_such_user() { |