On Mon, Aug 8, 2011 at 1:39 PM, aruna reddy <[email protected]> wrote: > I implemented the custom authentication module to fetch users from a > db rather than from spring-config.xml file.I succeeded in that and am > able to get users from db while connecting to server.But the problem > is with the RosteManager.when i am trying adding the entry to roster > it is not correctly added and always the status is unavailable > how can i implement custom roster manager to add it to storage provider
Which RosterManager have you been using, it should work with the standard implementations as the implementation of user and roster management are decoupled? /niklas
