forked from GNUsocial/gnu-social
Wrong XRDS service type for OMB was being supplied. Wrong since commit 54696f7c
I think
This commit is contained in:
parent
15de8892f5
commit
6e601c1171
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user