Project

General

Profile

Bug #25322 » all.xrds.php

Christian Weiske, 2013-06-25 12:41

 
<?php
header('Content-Type: application/xrds+xml; charset=UTF-8');
?>
<?xml version="1.0" encoding="UTF-8"?>
<xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)">
<XRD>
<Service priority="0">
<Type>http://specs.openid.net/auth/2.0/server</Type>
<Type>http://openid.net/srv/ax/1.0</Type>
<Type>http://specs.openid.net/extensions/ui/1.0/mode/popup</Type>
<Type>http://specs.openid.net/extensions/ui/1.0/icon</Type>
<Type>http://specs.openid.net/extensions/pape/1.0</Type>
<URI>http://id.bogo/</URI>
</Service>
</XRD>
</xrds:XRDS>
(2-2/2)