gnu-social/vendor/openid/php-openid/Tests/Auth/Yadis/data/uri_priority.xrds
Diogo Cordeiro 2a06261f75 [CORE][COMPOSER] Move extlib packages with immediate composer correspondent to composer dependencies
This adds a composer.json for all dependencies that are available
2019-08-03 17:47:24 +01:00

17 lines
408 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<xrds:XRDS
xmlns:xrds="xri://$xrds"
xmlns:openid="http://openid.net/xmlns/1.0"
xmlns="xri://$xrd*($v*2.0)">
<XRD>
<Service>
<Type>http://openid.net/signon/1.0</Type>
<URI>http://no.priority/</URI>
<URI priority="1">http://one.priority/</URI>
<URI priority="0">http://zero.priority/</URI>
</Service>
</XRD>
</xrds:XRDS>