[JDEV] user authentication
Jean le Roux
jean at infosat.net
Wed Feb 21 02:56:41 CST 2001
When i send an athentication request to my jabber server
(1.4 running on Linux) i get no response.
SEND:
<iq id='3A937B40' type='set'>
<query xmlns='jabber:iq:auth'>
<username>jean</username>
<password>1234</password>
<resource> jean_001</resource>
</query>
</iq>
RECV:
just plain nothing
PS The xml stream initialization did succeed
(but I suppose that is evident from the id attribute in the iq tag)
More information about the JDev
mailing list