On Mon, Mar 4, 2013 at 11:25 AM, Valentina Manea <[email protected]> wrote: > Hello, > > I will be writing a small IM application and I want to give users the > possibility to register themselves. Therefore, I have implemented the > AccountManagement interface (not a real implementation for now, just > some text being printed). I have also provided this implementation to > providerRegistry. This is the code [1]. (as a side note, > DummyAuthorization implements UserAuthorization and verifyCredentials > always returns true) > I've tested this with Pidgin (Create this new account on the server > option) but the server outputs this [2] and it doesn't even seem to > call addUser method. > Am I missing something? Or perhaps it is not intended to work this way? > > Any help is greatly appreciated.
Unfortunately, client-based registration (as in http://xmpp.org/extensions/xep-0077.html ) is currently not supported in Vysper. You'd need to either provide a web app or some other means for account creation. Bernd
