Closed GoogleCodeExporter closed 9 years ago
Agree that it shouldn't be an assert, but should fire a BadProtocol exception.
The IQ you are getting from
your server is really wrong. It should look like this:
<iq from='localhost' type='result' id='JN_2'>
<query xmlns="jabber:iq:register">
<username/>
<password/>
<hash/>
</query>
</iq>
Original comment by hil...@gmail.com
on 15 Jan 2008 at 3:02
sorry. i'm new to xmpp and I couldn't see the missing <query> element in my
server
response. may be a BadProtocol expcetion could help newbie to understand what's
wrong
thank you for help
Original comment by chiod...@gmail.com
on 15 Jan 2008 at 4:07
OK, it now throws a BadProtocol exception. I've also reworked registration
pretty thoroughly, so that it can now
do UI stuff. The example program shows how to pop up a x:data form.
Original comment by hil...@gmail.com
on 15 Jan 2008 at 7:14
Original issue reported on code.google.com by
chiod...@gmail.com
on 15 Jan 2008 at 10:19