Wrong XRDS service type for OMB was being supplied. Wrong since commit 54696f7c I think

This commit is contained in:
Ciaran Gultnieks 2009-11-12 14:21:47 +00:00
parent 15de8892f5
commit 6e601c1171
1 changed files with 1 additions and 1 deletions

View File

@ -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');