metajack / libstrophe

The libstrophe repository has moved to https://github.com/strophe/libstrophe
http://strophe.im/libstrophe
Other
135 stars 49 forks source link

Features: lazy registration #11

Closed catap closed 12 years ago

catap commented 12 years ago

Lazy registration is an attempt to register if you can not login and registration in case of successful re-attempt login.

metajack commented 12 years ago

I'd only merge registration if it was factored out into some kind of plugin. This would require that a bare connection be supported by libstrophe, so that one could plug in logic in lieu of authentication.

Most servers now have in-band registration turned off by default, and others require captchas, which would also need to be supported.