New issue 334 by daianacheng: Sending IQs with a simple XMPP connection
without being loggedin
http://code.google.com/p/emite/issues/detail?id=334
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.
Comment #1 on issue 334 by ashward....@gmail.com: Sending IQs with a simple
XMPP connection without being loggedin
http://code.google.com/p/emite/issues/detail?id=334
This is a duplicate of issue #9 which has been hanging around since ever!
I think this is a feature which we should definitely include in the
library, so I'm going to close this issue as a duplicate and raise the
priority of issue #9.