]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
update xrd -> userxrd
authorJames Walker <walkah@walkah.net>
Thu, 4 Mar 2010 06:30:15 +0000 (01:30 -0500)
committerJames Walker <walkah@walkah.net>
Thu, 4 Mar 2010 06:30:15 +0000 (01:30 -0500)
plugins/OStatus/OStatusPlugin.php
plugins/OStatus/actions/hostmeta.php

index 8baa857d8cb394d75c49015b87866ba406ead6b0..ad4f613891206ce03cab76a72efc317cfd265c07 100644 (file)
@@ -113,7 +113,7 @@ class OStatusPlugin extends Plugin
     {
         if ($action instanceof ShowstreamAction) {
             $acct = 'acct:'. $action->profile->nickname .'@'. common_config('site', 'server');
-            $url = common_local_url('xrd');
+            $url = common_local_url('userxrd');
             $url.= '?uri='. $acct;
 
             header('Link: <'.$url.'>; rel="'. Discovery::LRDD_REL.'"; type="application/xrd+xml"');
index 3d00b98ae0d359687380fbdbe5cf4c27e1466244..6d35ada6c69ef70221df44afcca79fc264b0ec5d 100644 (file)
@@ -32,7 +32,7 @@ class HostMetaAction extends Action
         parent::handle();
 
         $domain = common_config('site', 'server');
-        $url = common_local_url('xrd');
+        $url = common_local_url('userxrd');
         $url.= '?uri={uri}';
 
         $xrd = new XRD();