From: Evan Prodromou Date: Wed, 18 Jun 2008 18:36:06 +0000 (-0400) Subject: remove 'oauth' from publicxrds X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2aa34a9bf0916bb5c00dff1d490755cf32edd16d;p=quix0rs-gnu-social.git remove 'oauth' from publicxrds darcs-hash:20080618183606-84dde-d0843cd3f1656b8b547227eeef326d89d6c55adf.gz --- diff --git a/actions/publicxrds.php b/actions/publicxrds.php index f9ffa81b86..98d7a164ed 100644 --- a/actions/publicxrds.php +++ b/actions/publicxrds.php @@ -35,7 +35,6 @@ class PublicxrdsAction extends Action { common_element_start('XRDS', array('xmlns' => 'xri://$xrds')); common_element_start('XRD', array('xmlns' => 'xri://$xrd*($v*2.0)', - 'xml:id' => 'oauth', 'xmlns:simple' => 'http://xrds-simple.net/core/1.0', 'version' => '2.0'));