From: Ciaran Gultnieks Date: Thu, 12 Nov 2009 14:21:47 +0000 (+0000) Subject: Wrong XRDS service type for OMB was being supplied. Wrong since commit 54696f7c I... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6e601c11718d075cf17c463e997023058f18aa99;p=quix0rs-gnu-social.git Wrong XRDS service type for OMB was being supplied. Wrong since commit 54696f7c I think --- diff --git a/actions/xrds.php b/actions/xrds.php index 8f09557d18..5db3489ade 100644 --- a/actions/xrds.php +++ b/actions/xrds.php @@ -117,7 +117,7 @@ class XrdsAction extends Action //omb $xrdsOutputter->elementStart('XRD', array('xmlns' => 'xri://$xrd*($v*2.0)', - 'xml:id' => 'oauth', + 'xml:id' => 'omb', 'xmlns:simple' => 'http://xrds-simple.net/core/1.0', 'version' => '2.0')); $xrdsOutputter->element('Type', null, 'xri://$xrds*simple');