[JDEV] A Protocol Dev. Carification
Matthew Beacher
SyOp at Reigm.Com
Wed Apr 30 13:06:05 CDT 2003
I am working on a Jabber server and am having trouble getting the
clients to respond with the log on information. I send the following
snipit, and the two clients I have tested with don't respond. I guess I
must not be sening something I should, but I don't see it in the
protocol, any help would be great.
Thanks,
Matt
//Begin Snipit-------------
<iq type='result' from='shakespeare.lit' id='auth1'>
<query xmlns='jabber:iq:auth'>
<username/>
<password/>
<resource/>
</query>
</iq>
//End Snippit-----------------------------------
More information about the JDev
mailing list