EmiteGWT / emite

Emite GWT XMPP library
GNU Lesser General Public License v3.0
70 stars 29 forks source link

Sending IQs with a simple XMPP connection without being loggedin #3

Open danigb opened 13 years ago

danigb commented 13 years ago

Hello,

I would like to implement in-band registration for my client (http://xmpp.org/extensions/xep-0077.html). For this I need to be able to send IQs of type 'set' to the XMPP Server. But the emite library only allows to send stanzas to a server after having logged in. Since the user is trying to register and has no account to login with, he also cannot register.

In other xmpp libraries, such as smack, it is possible to send stanzas just by opening a connection with the xmpp server, without the need to be authenticated. Would this be possible to implement in the emite?

Thanks in advance for your reply!

Diana Cheng.

danigb commented 13 years ago

I think this is not a duplicated of #2... This is about emite code, and the other could be an extension...