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. Thanks, Tina [1] http://pastebin.com/yymS9GWy [2] http://pastebin.com/14EKNk8n
