[jdev] Jabber client on mhp
Your Name
jabber at studio26.be
Mon Sep 27 08:07:18 CDT 2004
ok, i'm trying to make a jabber client for itv on the mhp (mhp.org)
platform.
Now i have a problem with it, i always get Service Unavailable (503)
error when i try to login onto the server.
This is a log off the messages that are transfered between my code and
the server.
**SEND:
<?xml version='1.0' encoding='UTF-8'?><stream:stream to='jabber.org'
xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'
version='1.0'>
**READ:
<stream:stream from='jabber.org' xmlns='jabber:client'
id='3C3311726F93F4' xmlns:stream='http://etherx.jabber.org/streams'>
**SEND:
<iq id='xlet_auth_1' type='get'><query
xmlns='jabber:iq:auth'><username>xlet</username></query></iq>
**READ:
<iq id='xlet_auth_1' type='result'><query
xmlns='jabber:iq:auth'><username>xlet</username><password/><digest/><resource/></query></iq>
**SEND:
<iq id="xlet_auth_2" type="set"><query
xmlns="jabber:iq:auth"><username>xlet</username><resource>xlet</resource><password>xlet</password></query></iq>
**READ:
<iq id='xlet_auth_2' type='result'/>
**SEND:
<iq id="xlet_auth_3" type="set"><query
xmlns="jabber:iq:auth"><username>xlet</username><resource>xlet</resource><password>xlet</password></query></iq>
**READ:
<iq from='xlet at jabber.org' id='xlet_auth_3' to='xlet at jabber.org/xlet'
type='error'><query
xmlns='jabber:iq:auth'><username>xlet</username><resource>xlet</resource><password>xlet</password></query><error
code='503'>Service Unavailable</error></iq>
Any idea what i'm doing wrong?
Thanks,
Maikel
More information about the JDev
mailing list