google-code-export / emite

Automatically exported from code.google.com/p/emite
1 stars 0 forks source link

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

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 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.

Original issue reported on code.google.com by daianach...@googlemail.com on 2 Dec 2010 at 4:16

GoogleCodeExporter commented 9 years ago
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.

Original comment by ashward....@gmail.com on 24 Feb 2011 at 3:01