Magnus Henoch wrote: > I got bored and tried to implement the server side of XEP-0070 > (verifying HTTP requests via XMPP) in PHP. > > Try it here: http://www.dtek.chalmers.se/~henoch/jabberauth/index.php4 > Source: http://www.dtek.chalmers.se/~henoch/jabberauth/index.txt > > Enter your Jabber ID as username, and any random text as password. > > It seemed to be overkill to have a separate component for this, so my > PHP script acts as a client (using class.jabber.php).
If you're interested in the overkill solution ;) with stand-alone component apache module and php script, check my SoC project at http://jauto.sourceforge.net/ -- Maciek
