UserProvider

Hi,

What’'s the best way to gain access to the currently installed UserProvider? Would it be possible to have a public modifier added to UserManager#getUserProvider()?

Thanks,

Ryan

XMPPServer.getUserManager().getUserProvider()

Hi zhuam,

Unfortunately, that only works if the code you’‘re developing is in the org.jivesoftware.messenger.user package. That’'s why I was hoping they could add a public modifier to the getUserProvider() method.

Thanks,

Ryan

A public getUserProvider() sounds reasonable. I’'ll file an issue on it.

Thanks,

Matt

Great, thanks.